ClickHouse/utils/corrector_utf8/CMakeLists.txt
proller 1d40c2c871 Better link and deps (#3631)
* try fix 1

* Better deps

* fix

* fix

* fix

* Update CMakeLists.txt

* Update CMakeLists.txt

* fix

* fix

* fix

* disable old

* Update find_odbc.cmake
2018-11-21 22:20:27 +03:00

7 lines
258 B
CMake

add_executable(corrector_utf8 corrector_utf8.cpp)
# Link the executable to the library.
target_link_libraries(corrector_utf8 PRIVATE clickhouse_common_io)
install(TARGETS corrector_utf8 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT corrector_utf8)