MXS-1752: Make cat experimental

The cat router is now a part of the experimental module package.
This commit is contained in:
Markus Mäkelä 2018-04-26 15:35:00 +03:00
parent 84ec46d6f0
commit 9ba9322b9b
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -1,4 +1,4 @@
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 core)
install_module(cat experimental)