uas-ugv/components/nanopb/CMakeLists.txt

7 lines
153 B
CMake
Raw Normal View History

2019-01-03 14:16:54 -07:00
set(COMPONENT_SRCS "nanopb/pb_common.c"
"nanopb/pb_decode.c"
"nanopb/pb_encode.c")
set(COMPONENT_ADD_INCLUDEDIRS "nanopb")
register_component()