Browse Source

Add simple CMakeLists.txt

In this way it can be compiled as a component with CMake.
Lorenzo Dal Col 11 months ago
parent
commit
ca7b436495
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CMakeLists.txt

+ 3 - 0
CMakeLists.txt

@@ -0,0 +1,3 @@
+idf_component_register(SRC_DIRS "src" "src/clib"
+                    INCLUDE_DIRS "src" "src/clib"
+                    REQUIRES "arduino")