esp-idf/components/mqtt/host_test/main/CMakeLists.txt
Euripedes Rocha c0f99f5a28 [MQTT] Simplifies MQTT CMakeLists file
- Uses mocks from tools instead of creating them.
- Move host based definition to test code.
2022-11-24 08:48:00 +01:00

4 lines
218 B
CMake

idf_component_register(SRCS "test_mqtt_client.cpp"
INCLUDE_DIRS "$ENV{IDF_PATH}/tools/catch" "mocks/include"
REQUIRES cmock mqtt esp_timer esp_hw_support http_parser log)