diff --git a/components/asio/CMakeLists.txt b/components/asio/CMakeLists.txt new file mode 100644 index 000000000..9be66380e --- /dev/null +++ b/components/asio/CMakeLists.txt @@ -0,0 +1,8 @@ +set(COMPONENT_ADD_INCLUDEDIRS asio/asio/include port/include) +set(COMPONENT_SRCDIRS asio/asio/src) + +set(COMPONENT_SRCEXCLUDE asio/asio/src/asio_ssl.cpp) + +set(COMPONENT_REQUIRES lwip) + +register_component()