CodeCommitsIssuesPull requestsActionsInsightsSecurity
780481a4f9c28647760453ba83c466df608dc9fa

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

utils/config-processor/CMakeLists.txt

4lines · modecode

1add_executable (config-processor config-processor.cpp)
2target_link_libraries(config-processor PRIVATE clickhouse_common_config)
3
4INSTALL(TARGETS config-processor RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT config-processor)