mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
9 lines
278 B
CMake
9 lines
278 B
CMake
add_executable (iotest iotest.cpp ${SRCS})
|
|
target_link_libraries (iotest dbms)
|
|
|
|
add_executable (iotest_nonblock iotest_nonblock.cpp ${SRCS})
|
|
target_link_libraries (iotest_nonblock dbms)
|
|
|
|
add_executable (iotest_aio iotest_aio.cpp ${SRCS})
|
|
target_link_libraries (iotest_aio dbms)
|