From 4b0fdca8673c76cb2305db301a3b36e9e3822e02 Mon Sep 17 00:00:00 2001 From: kartofen Date: Mon, 25 Dec 2023 01:45:05 +0200 Subject: init --- master/main/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 master/main/CMakeLists.txt (limited to 'master/main/CMakeLists.txt') diff --git a/master/main/CMakeLists.txt b/master/main/CMakeLists.txt new file mode 100644 index 0000000..cf2c455 --- /dev/null +++ b/master/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.c" + INCLUDE_DIRS ".") -- cgit v1.2.3