src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-03-08 18:17:29 -0600
committerLuke Hoersten <[email protected]>2021-03-08 18:17:29 -0600
commitaa7558f38d5a2edac695919e02857635746d6596 (patch)
tree4746555f9f5c0d8b43d1b6fe158b239c631690b0 /main/CMakeLists.txt
parent8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 (diff)
Changed to intercom
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r--main/CMakeLists.txt5
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 ""
+)