Files
MaxScale/server/modules/routing/binlog/test/CMakeLists.txt
MassimilianoPinto 538d727571 Fixed testbinlog compilation
Fixed testbinlog compilation
2015-08-27 09:01:02 +02:00

6 lines
290 B
CMake

if(BUILD_TESTS)
add_executable(testbinlogrouter testbinlog.c ../blr.c ../blr_slave.c ../blr_master.c ../blr_file.c ../blr_cache.c)
target_link_libraries(testbinlogrouter fullcore ssl pthread log_manager)
add_test(TestBinlogRouter ${CMAKE_CURRENT_BINARY_DIR}/testbinlogrouter)
endif()