
Also changed Plugin devel manual to match. Modified roundrobinrouter to use static_cast due to the change in router api definitions.
16 lines
285 B
CMake
16 lines
285 B
CMake
if(BUILD_CDC)
|
|
add_subdirectory(avrorouter)
|
|
endif()
|
|
if(BUILD_BINLOG)
|
|
add_subdirectory(binlogrouter)
|
|
endif()
|
|
|
|
add_subdirectory(cli)
|
|
add_subdirectory(debugcli)
|
|
add_subdirectory(maxinfo)
|
|
add_subdirectory(readconnroute)
|
|
add_subdirectory(readwritesplit)
|
|
add_subdirectory(schemarouter)
|
|
|
|
|