5 lines
129 B
CMake
5 lines
129 B
CMake
if(CONFIG_BUZZ_PROTO)
|
|
zephyr_library()
|
|
zephyr_library_sources(src/buzz_proto.c)
|
|
zephyr_include_directories(include)
|
|
endif() |