ClickHouse/utils/corrector_utf8/CMakeLists.txt
2017-11-24 21:08:01 +03:00

8 lines
253 B
CMake

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