ClickHouse/utils/iotest/CMakeLists.txt

10 lines
327 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_executable (iotest iotest.cpp ${SRCS})
2017-11-24 18:08:01 +00:00
target_link_libraries (iotest clickhouse_common_io)
2016-02-07 21:58:58 +00:00
add_executable (iotest_nonblock iotest_nonblock.cpp ${SRCS})
2017-11-24 18:08:01 +00:00
target_link_libraries (iotest_nonblock clickhouse_common_io)
2016-02-07 21:58:58 +00:00
add_executable (iotest_aio iotest_aio.cpp ${SRCS})
target_link_libraries (iotest_aio clickhouse_common_io)