Files
esp-mqtt/test/mqtt_utils_host_test/main/CMakeLists.txt
T
Bogdan Kolendovskyy 32df7e27fc feat: Add support for percent-encoding in password and it's corresponding test
Add support of percent-encoded characters when passing the username and password in URI

Closes https://github.com/espressif/esp-mqtt/issues/294
2026-04-23 16:05:24 +02:00

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)