Files
esp-mqtt/CMakeLists.txt
T
2018-08-06 13:18:49 +07:00

9 lines
186 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
set(COMPONENT_SRCDIRS ". lib")
set(COMPONENT_REQUIRES lwip nghttp mbedtls)
register_component()