tasmet/src/protobuf/CMakeLists.txt
J.A. de Jong @ vulgaris e8421df13e Whole lotta further
2016-12-15 21:34:11 +01:00

5 lines
236 B
CMake

file(GLOB ProtoFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.proto")
PROTOBUF_GENERATE_CPP(ProtoSources ProtoHeaders ${ProtoFiles})
add_library(messages STATIC ${ProtoSources} ${ProtoHeaders})
target_link_libraries(messages ${PROTOBUF_LIBRARY})