diff options
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 5695bd6..0e1f552 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1 +1,4 @@ -idf_component_register(SRCS "app_main.c") +idf_component_register( + SRCS "app_main.c" + INCLUDE_DIRS "" +) |
