ClickHouse/libs/libpocoext/CMakeLists.txt
2016-02-10 05:13:03 +03:00

10 lines
284 B
CMake

add_library (pocoext
src/LevelFilterChannel.cpp
src/ThreadNumber.cpp
include/Poco/Ext/LevelFilterChannel.h
include/Poco/Ext/ThreadNumber.h)
add_dependencies (pocoext PocoUtil PocoNet PocoXML PocoFoundation)
target_link_libraries(pocoext PocoUtil PocoNet PocoXML PocoFoundation)