MaxScale/server/modules/protocol/CMakeLists.txt
Esa Korhonen d617a0b7b9 Move testfilter, router etc to examples
Also changed Plugin devel manual to match. Modified roundrobinrouter
to use static_cast due to the change in router api definitions.
2017-02-28 17:51:48 +02:00

11 lines
179 B
CMake

if(BUILD_CDC)
add_subdirectory(CDC)
add_subdirectory(examples)
endif()
add_subdirectory(HTTPD)
add_subdirectory(maxscaled)
add_subdirectory(MySQL)
add_subdirectory(telnetd)