ClickHouse/libs/libpocoext/CMakeLists.txt

11 lines
360 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
add_library (pocoext
src/LevelFilterChannel.cpp
src/ThreadNumber.cpp
2016-02-07 21:58:58 +00:00
include/Poco/Ext/LevelFilterChannel.h
include/Poco/Ext/ThreadNumber.h)
2016-02-07 21:58:58 +00:00
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})