From bf9f284aea648f741dd15f623592d69d41cf139f Mon Sep 17 00:00:00 2001 From: Edvin Date: Fri, 28 Nov 2025 12:35:07 +0100 Subject: Initial commit --- main/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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..e655b24 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "CDIO.c" + INCLUDE_DIRS ".") -- cgit v1.2.3