mosquitto/plugins/CMakeLists.txt

7 lines
165 B
CMake
Raw Permalink Normal View History

2020-09-23 21:59:31 +00:00
add_subdirectory(dynamic-security)
2020-12-02 19:41:46 +00:00
if(NOT WIN32)
add_subdirectory(message-timestamp)
endif(NOT WIN32)
add_subdirectory(payload-modification)
2024-08-18 10:56:58 +00:00
add_subdirectory(wamo)