Move shard map handling into a separate file
Moved the handling of shard maps into another file.
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user