Files
MaxScale/server/modules/routing/cat/CMakeLists.txt
Markus Mäkelä 9ba9322b9b MXS-1752: Make cat experimental
The cat router is now a part of the experimental module package.
2018-04-27 12:31:52 +03:00

5 lines
218 B
CMake

add_library(cat SHARED cat.cc catsession.cc ../readwritesplit/rwbackend.cc)
target_link_libraries(cat maxscale-common mysqlcommon)
set_target_properties(cat PROPERTIES VERSION "1.0.0")
install_module(cat experimental)