7 lines
205 B
CMake
7 lines
205 B
CMake
# See the build system documentation in IDF programming guide
|
|
# for more information about component CMakeLists.txt files.
|
|
idf_component_register(
|
|
SRC_DIRS "."
|
|
"src"
|
|
INCLUDE_DIRS "include"
|
|
) |