mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
9 lines
358 B
CMake
9 lines
358 B
CMake
|
|
idf_component_register(SRCS "test_main.cpp"
|
||
|
|
"test_cases.cpp"
|
||
|
|
INCLUDE_DIRS "."
|
||
|
|
WHOLE_ARCHIVE)
|
||
|
|
|
||
|
|
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../../../lib/mqtt_utils ${CMAKE_CURRENT_BINARY_DIR}/mqtt_utils)
|
||
|
|
|
||
|
|
target_link_libraries(${COMPONENT_LIB} PUBLIC idf::mqtt::utils Catch2 rapidcheck)
|