Use router template in schemarouter

The schemarouter now uses the router template.
This commit is contained in:
Markus Mäkelä
2017-03-27 09:22:59 +03:00
parent b2ff0c5a0f
commit ac641e0f22
6 changed files with 2072 additions and 2200 deletions

View File

@ -1,4 +1,4 @@
add_library(schemarouter SHARED schemarouter.cc shard_map.cc session_command.cc)
add_library(schemarouter SHARED schemarouterinstance.cc schemaroutersession.cc shard_map.cc session_command.cc)
target_link_libraries(schemarouter maxscale-common)
add_dependencies(schemarouter pcre2)
set_target_properties(schemarouter PROPERTIES VERSION "1.0.0")