mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
d752d5d62d
* WIp * fix * fix * test * fix poco netssl find * clean * fixes * wip * wip * new poco * fixes * Fixes * wip * clean * clean * clean * clean * Update HTTPHandlerFactory.h
9 lines
428 B
CMake
9 lines
428 B
CMake
add_library (clickhouse-obfuscator-lib ${LINK_MODE} Obfuscator.cpp)
|
|
target_link_libraries (clickhouse-obfuscator-lib dbms ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
|
|
|
if (CLICKHOUSE_SPLIT_BINARY)
|
|
add_executable (clickhouse-obfuscator clickhouse-obfuscator.cpp)
|
|
set_target_properties(clickhouse-obfuscator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ..)
|
|
target_link_libraries (clickhouse-obfuscator clickhouse-obfuscator-lib)
|
|
endif ()
|