main/CMakeLists.txt

changeset 0
913eb9ca40b1
child 1
86b275481021
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/CMakeLists.txt	Thu Oct 19 17:32:16 2023 +0200
@@ -0,0 +1,5 @@
+set(srcs dcf77tx.c task_wifi.c )
+
+idf_component_register(SRCS "${srcs}"
+	INCLUDE_DIRS ".")
+

mercurial