Skip to content

Commit

Permalink
fix: add pic
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 8, 2023
1 parent afc87c6 commit 6043fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/MaaRpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ file(GLOB maa_proto_src generated/*.h generated/*.cc)
file(GLOB maa_rpc_src implement/*.h implement/*.cpp API/*.cpp)

add_library(MaaRpcProto ${maa_proto_src})
set_property(TARGET MaaRpcProto PROPERTY POSITION_INDEPENDENT_CODE ON)
target_link_libraries(MaaRpcProto
PUBLIC
protobuf::libprotobuf
Expand Down

0 comments on commit 6043fca

Please sign in to comment.