2017-01-16 19:47:11 +00:00
|
|
|
|
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
|
|
|
|
2018-01-20 23:23:19 +00:00
|
|
|
if (NOT APPLE AND NOT ARCH_FREEBSD)
|
2017-04-01 07:20:54 +00:00
|
|
|
add_executable (iotest_aio iotest_aio.cpp ${SRCS})
|
2017-11-24 18:08:01 +00:00
|
|
|
target_link_libraries (iotest_aio clickhouse_common_io)
|
2016-10-26 22:27:38 +00:00
|
|
|
endif()
|