File tree 4 files changed +0
-8
lines changed
4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
add_executable (config-processor config-processor.cpp)
2
2
target_link_libraries (config-processor PRIVATE clickhouse_common_config)
3
-
4
- INSTALL (TARGETS config-processor RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT config-processor)
Original file line number Diff line number Diff line change 1
1
add_executable (corrector_utf8 corrector_utf8.cpp)
2
-
3
- # Link the executable to the library.
4
2
target_link_libraries (corrector_utf8 PRIVATE clickhouse_common_io)
5
-
6
- install (TARGETS corrector_utf8 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT corrector_utf8)
Original file line number Diff line number Diff line change 1
1
add_executable (clickhouse-zookeeper-cli zookeeper-cli.cpp)
2
2
target_link_libraries (clickhouse-zookeeper-cli PRIVATE clickhouse_common_zookeeper)
3
- INSTALL (TARGETS clickhouse-zookeeper-cli RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)
Original file line number Diff line number Diff line change 1
1
add_executable (zk-test main.cpp)
2
2
target_link_libraries (zk-test PRIVATE clickhouse_common_zookeeper)
3
- INSTALL (TARGETS zk-test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT clickhouse-utils)
You can’t perform that action at this time.
0 commit comments