cmake idf compatibility

This commit is contained in:
Morgan 'ARR\!' Allen 2022-04-02 10:35:03 -07:00
parent 8286b2e3ce
commit 0d0a7817ba
1 changed files with 6 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
idf_component_register(SRCS
"main/esp32-wifi-manager.c"
INCLUDE_DIRS "include"
REQUIRES nvs_flash
)