mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
ac178bde1f
* Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM * Fix lib find order * Allow define non-contrib cityhash farmhash metrohash * Fix message * Cmake: fixes * clean * Update CMakeLists.txt
11 lines
360 B
CMake
11 lines
360 B
CMake
add_library (pocoext
|
|
src/LevelFilterChannel.cpp
|
|
src/ThreadNumber.cpp
|
|
|
|
include/Poco/Ext/LevelFilterChannel.h
|
|
include/Poco/Ext/ThreadNumber.h)
|
|
|
|
target_include_directories (pocoext PUBLIC include PRIVATE ${COMMON_INCLUDE_DIR})
|
|
|
|
target_link_libraries(pocoext ${Poco_Util_LIBRARY} ${Poco_Net_LIBRARY} ${Poco_XML_LIBRARY} ${Poco_Foundation_LIBRARY})
|