MXS-2106: Add null value support to cdc_connector
The cdc_connector had no explicit null value detection which is required now that the null value handling is fixed.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Shared version of the library
|
||||
add_library(cdc_connector SHARED cdc_connector.cpp)
|
||||
target_link_libraries(cdc_connector ${JANSSON_LIBRARIES} crypto)
|
||||
set_target_properties(cdc_connector PROPERTIES VERSION "1.0.0")
|
||||
set_target_properties(cdc_connector PROPERTIES VERSION "1.0.1")
|
||||
add_dependencies(cdc_connector jansson)
|
||||
|
||||
# Static version of the library
|
||||
|
Reference in New Issue
Block a user