reorganize project structure
This commit is contained in:
10
src/main/CMakeLists.txt
Normal file
10
src/main/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
file(GLOB SRC_FILES
|
||||
"*.c"
|
||||
"*.cpp"
|
||||
)
|
||||
|
||||
idf_component_register(
|
||||
SRCS ${SRC_FILES}
|
||||
INCLUDE_DIRS "." ".."
|
||||
)
|
||||
Reference in New Issue
Block a user