mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
1d40c2c871
* try fix 1 * Better deps * fix * fix * fix * Update CMakeLists.txt * Update CMakeLists.txt * fix * fix * fix * disable old * Update find_odbc.cmake
10 lines
351 B
CMake
10 lines
351 B
CMake
|
|
add_executable (iotest iotest.cpp ${SRCS})
|
|
target_link_libraries (iotest PRIVATE clickhouse_common_io)
|
|
|
|
add_executable (iotest_nonblock iotest_nonblock.cpp ${SRCS})
|
|
target_link_libraries (iotest_nonblock PRIVATE clickhouse_common_io)
|
|
|
|
add_executable (iotest_aio iotest_aio.cpp ${SRCS})
|
|
target_link_libraries (iotest_aio PRIVATE clickhouse_common_io)
|