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