ClickHouse/libs/libpocoext/CMakeLists.txt

10 lines
284 B
CMake
Raw Normal View History

2016-02-07 21:58:58 +00:00
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)