2017-01-16 19:47:11 +00:00
|
|
|
|
2022-07-11 17:19:15 +00:00
|
|
|
clickhouse_add_executable (iotest iotest.cpp ${SRCS})
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (iotest PRIVATE clickhouse_common_io)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2022-07-11 17:19:15 +00:00
|
|
|
clickhouse_add_executable (iotest_nonblock iotest_nonblock.cpp ${SRCS})
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (iotest_nonblock PRIVATE clickhouse_common_io)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2022-07-11 17:19:15 +00:00
|
|
|
clickhouse_add_executable (iotest_aio iotest_aio.cpp ${SRCS})
|
2018-11-21 19:20:27 +00:00
|
|
|
target_link_libraries (iotest_aio PRIVATE clickhouse_common_io)
|