ClickHouse/utils/corrector_utf8/CMakeLists.txt

7 lines
258 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_executable(corrector_utf8 corrector_utf8.cpp)
# Link the executable to the library.
target_link_libraries(corrector_utf8 PRIVATE clickhouse_common_io)
2016-02-07 21:58:58 +00:00
install(TARGETS corrector_utf8 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT corrector_utf8)