mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
1d40c2c871
* try fix 1 * Better deps * fix * fix * fix * Update CMakeLists.txt * Update CMakeLists.txt * fix * fix * fix * disable old * Update find_odbc.cmake
5 lines
234 B
CMake
5 lines
234 B
CMake
add_executable (config-processor config-processor.cpp)
|
|
target_link_libraries(config-processor PRIVATE clickhouse_common_config)
|
|
|
|
INSTALL(TARGETS config-processor RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT config-processor)
|