Add simple CMakeLists.txt

In this way it can be compiled as a component with CMake.
This commit is contained in:
Lorenzo Dal Col
2025-03-28 17:04:43 +01:00
parent d73b2b12cd
commit ca7b436495
+3
View File
@@ -0,0 +1,3 @@
idf_component_register(SRC_DIRS "src" "src/clib"
INCLUDE_DIRS "src" "src/clib"
REQUIRES "arduino")