esp-idf/components/mqtt/host_test/main/CMakeLists.txt
2021-06-30 08:55:39 +01:00

4 lines
161 B
CMake

idf_component_register(SRCS "test_mqtt_client.cpp"
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch"
REQUIRES cmock mqtt)