ClickHouse/utils/corrector_utf8/CMakeLists.txt
2016-02-08 00:58:58 +03:00

8 lines
254 B
CMake

add_executable(corrector_utf8 corrector_utf8.cpp)
# Link the executable to the library.
target_link_libraries (corrector_utf8 dbms)
add_dependencies(corrector_utf8 dbms)
INSTALL( TARGETS corrector_utf8 RUNTIME DESTINATION bin COMPONENT corrector_utf8)