mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
6 lines
142 B
CMake
6 lines
142 B
CMake
add_subdirectory(dynamic-security)
|
|
if(NOT WIN32)
|
|
add_subdirectory(message-timestamp)
|
|
endif(NOT WIN32)
|
|
add_subdirectory(payload-modification)
|