blk_box_tc/main/CMakeLists.txt
2024-08-07 18:15:31 -05:00

7 lines
181 B
CMake
Executable File

idf_component_register(SRCS "helper.cpp" "main.cpp"
INCLUDE_DIRS ".")
add_subdirectory(drivers)
add_subdirectory(steps)
set(EXTRA_COMPONENT_DIRS components)