mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-03 17:31:37 +01:00
Reviewers: ivica Reviewed By: ivica Subscribers: korina Differential Revision: https://repo.mireo.local/D27342
5 lines
66 B
CMake
5 lines
66 B
CMake
include(CTest)
|
|
if(BUILD_TESTING)
|
|
add_subdirectory(test)
|
|
endif()
|