Files
MaxScale/server/modules/routing/binlog/CMakeLists.txt
2014-09-11 18:24:41 +03:00

5 lines
316 B
CMake

add_library(binlogrouter SHARED blr.c blr_master.c blr_cache.c blr_slave.c blr_file.c)
set_target_properties(binlogrouter PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_RPATH}:${CMAKE_INSTALL_PREFIX}/lib)
target_link_libraries(binlogrouter ssl pthread log_manager mysqld)
install(TARGETS binlogrouter DESTINATION modules)