cmake idf compatibility
This commit is contained in:
parent
8286b2e3ce
commit
0d0a7817ba
1 changed files with 6 additions and 0 deletions
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
idf_component_register(SRCS
|
||||||
|
"main/esp32-wifi-manager.c"
|
||||||
|
|
||||||
|
INCLUDE_DIRS "include"
|
||||||
|
REQUIRES nvs_flash
|
||||||
|
)
|
Loading…
Reference in a new issue