mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
5 lines
71 B
CMake
5 lines
71 B
CMake
![]() |
include(CTest)
|
||
|
if(BUILD_TESTING)
|
||
|
add_subdirectory(test/unit)
|
||
|
endif()
|