mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
f3f223e031
The new esp-idf build system is based on cmake. Components require their own CMakeLists.txt with their dependencies.
9 lines
178 B
CMake
9 lines
178 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "lib/include")
|
|
set(COMPONENT_SRCDIRS ". lib")
|
|
|
|
set(COMPONENT_REQUIRES lwip nghttp)
|
|
|
|
register_component()
|
|
|