Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä
2018-11-06 21:12:20 +02:00
16 changed files with 232 additions and 138 deletions

View File

@ -2,7 +2,7 @@
add_library(cdc_connector SHARED cdc_connector.cpp)
add_dependencies(cdc_connector jansson)
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