add_executable(Replication Replication.cpp)
target_link_libraries(Replication ql_library ${QL_THREAD_LIBRARIES})
if (QL_INSTALL_EXAMPLES)
    install(TARGETS Replication RUNTIME DESTINATION ${QL_INSTALL_EXAMPLESDIR})
endif()
