ClickHouse/libs/libpocoext/CMakeLists.txt
proller ac178bde1f Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083)
* 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
2017-08-09 23:52:55 +03:00

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})