增加ACE安全测试工程
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
add_library(aGameProto
|
||||
GameProto.proto
|
||||
GameProto.h
|
||||
GameProto.cpp
|
||||
)
|
||||
|
||||
protobuf_generate(
|
||||
LANGUAGE cpp
|
||||
TARGET aGameProto
|
||||
PROTOS GameProto.proto
|
||||
)
|
||||
|
||||
target_include_directories(aGameProto
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
|
||||
PRIVATE
|
||||
${CYCLONE_DIR}/include
|
||||
)
|
||||
|
||||
target_link_libraries(aGameProto
|
||||
PUBLIC
|
||||
protobuf::libprotobuf
|
||||
)
|
||||
Reference in New Issue
Block a user