diff --git a/components/esp-osc/CMakeLists.txt b/components/esp-osc/CMakeLists.txt new file mode 100644 --- /dev/null +++ b/components/esp-osc/CMakeLists.txt @@ -0,0 +1,8 @@ +set(srcs + "esp_osc.c" + "tinyosc.c" +) + +idf_component_register(SRCS ${srcs} + INCLUDE_DIRS "." +)