diff --git a/components/freertos/CMakeLists.txt b/components/freertos/CMakeLists.txt new file mode 100644 index 00000000..a1c5cf56 --- /dev/null +++ b/components/freertos/CMakeLists.txt @@ -0,0 +1,9 @@ +set(COMPONENT_ADD_INCLUDEDIRS include + include/freertos + include/freertos/private + include/port + include/port/freertos) +set(COMPONENT_SRCDIRS freertos port) +set(COMPONENT_REQUIRES esp8266) + +register_component()