cu-me-412/messages/CMakeLists.txt

7 lines
210 B
CMake

include(FindProtobuf)
find_package(Protobuf REQUIRED)
include_directories(${PROTOBUF_INCLUDE_DIR})
protobuf_generate_cpp(PROTO_SRC PROTO_HEADER amr_comms.proto)
add_library(proto ${PROTO_HEADER} ${PROTO_SRC})