From 8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 7 Mar 2021 17:33:37 -0600 Subject: Initial commit. --- main/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 main/CMakeLists.txt (limited to 'main/CMakeLists.txt') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..5695bd6 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1 @@ +idf_component_register(SRCS "app_main.c") -- cgit v1.2.3