diff options
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..5f86806 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,4 @@ +set(SRC "main.c" "wifi.c") + +idf_component_register(SRCS ${SRC} + INCLUDE_DIRS ".") |
