diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..96e968a --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.24) +idf_component_register( + SRC_DIRS "src" # Add all source files here + INCLUDE_DIRS "src" + REQUIRES "arduino" # Add include directories here +) \ No newline at end of file