mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
10 lines
284 B
CMake
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)
|