blk_box_tc/main/CMakeLists.txt
2024-08-04 15:51:39 -05:00

7 lines
168 B
CMake
Executable File

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