Move shard map handling into a separate file

Moved the handling of shard maps into another file.
This commit is contained in:
Markus Mäkelä
2017-03-24 14:01:29 +02:00
parent a5fd53e9a0
commit 9e4e70a337
5 changed files with 217 additions and 156 deletions

View File

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