Files
system-control/components/bob/CMakeLists.txt
2025-06-19 23:21:43 +02:00

10 lines
269 B
CMake

if (DEFINED ENV{IDF_PATH})
idf_component_register(SRCS
bob.c
INCLUDE_DIRS "include"
PRIV_REQUIRES
bt
ruth
)
return()
endif ()