9 lines
125 B
CMake
Executable File
9 lines
125 B
CMake
Executable File
idf_component_register(SRCS
|
|
"main.cpp"
|
|
"app_task.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES
|
|
insa
|
|
ruth
|
|
)
|