zephyr/subsys/net/lib/mqtt/CMakeLists.txt

10 lines
181 B
CMake

zephyr_library()
zephyr_library_sources(
mqtt_pkt.c
mqtt.c
)
zephyr_link_interface_ifdef(CONFIG_MBEDTLS mbedTLS)
zephyr_library_link_libraries_ifdef(CONFIG_MBEDTLS mbedTLS)