Files
MaxScale/server/modules/routing/CMakeLists.txt
Johan Wikman 4cd9309b30 Add skeleton hint router
The hint router will perform its scheduling solely based upon hints
provided by a filter (e.g. namedserverfilter) placed before it.
2017-03-03 15:35:37 +02:00

17 lines
314 B
CMake

if(BUILD_CDC)
add_subdirectory(avrorouter)
endif()
if(BUILD_BINLOG)
add_subdirectory(binlogrouter)
endif()
add_subdirectory(cli)
add_subdirectory(debugcli)
add_subdirectory(hintrouter)
add_subdirectory(maxinfo)
add_subdirectory(readconnroute)
add_subdirectory(readwritesplit)
add_subdirectory(schemarouter)