diff options
Diffstat (limited to 'esp32/esp_project/main/CMakeLists.txt')
| -rw-r--r-- | esp32/esp_project/main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/esp32/esp_project/main/CMakeLists.txt b/esp32/esp_project/main/CMakeLists.txt new file mode 100644 index 0000000..8d26c93 --- /dev/null +++ b/esp32/esp_project/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.c"
+ INCLUDE_DIRS "")
\ No newline at end of file |
