You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/plugins/examples/CMakeLists.txt

9 lines
232 B
CMake

if(NOT WIN32)
add_subdirectory(add-properties)
add_subdirectory(message-timestamp)
endif()
add_subdirectory(auth-by-ip)
add_subdirectory(client-properties)
add_subdirectory(connection-state)
add_subdirectory(payload-modification)