Files
buzzer_2/firmware/libs/buzz_proto/CMakeLists.txt
2026-03-12 07:07:00 +01:00

5 lines
129 B
CMake

if(CONFIG_BUZZ_PROTO)
zephyr_library()
zephyr_library_sources(src/buzz_proto.c)
zephyr_include_directories(include)
endif()