Files
MaxScale/server/modules/protocol/CMakeLists.txt
Markus Mäkelä a5a579ffce Rename BUILD_AVRO to BUILD_CDC
Using the broader CDC name instead of AVRO for the CMake variable name
makes more sense as there are modules other than the avrorouter.
2017-02-03 14:39:56 +02:00

14 lines
236 B
CMake

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