diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..7bd408a5e --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.5) + +idf_component_register( + SRCS "WiFiManager.cpp" + INCLUDE_DIRS "." + REQUIRES arduino +) + +project(WiFiManager)