diff --git a/components/esp-osc/test/CMakeLists.txt b/components/esp-osc/test/CMakeLists.txt new file mode 100644 --- /dev/null +++ b/components/esp-osc/test/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.5) +include($ENV{IDF_PATH}/tools/cmake/project.cmake) +project(esp-osc)