ClickHouse/base/mysqlxx/tests/CMakeLists.txt

6 lines
216 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_executable (mysqlxx_test mysqlxx_test.cpp)
target_link_libraries (mysqlxx_test PRIVATE mysqlxx)
add_executable (mysqlxx_pool_test mysqlxx_pool_test.cpp)
target_link_libraries (mysqlxx_pool_test PRIVATE mysqlxx)