7 lines
168 B
CMake
Executable File
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) |