2017-01-16 19:47:11 +00:00
|
|
|
include_directories (include)
|
2017-02-06 15:15:19 +00:00
|
|
|
include_directories (${ClickHouse_SOURCE_DIR}/libs/libcommon/include)
|
2017-01-16 19:47:11 +00:00
|
|
|
|
2016-02-07 21:58:58 +00:00
|
|
|
add_library (pocoext
|
2017-04-01 07:20:54 +00:00
|
|
|
src/LevelFilterChannel.cpp
|
|
|
|
src/ThreadNumber.cpp
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2017-04-01 07:20:54 +00:00
|
|
|
include/Poco/Ext/LevelFilterChannel.h
|
|
|
|
include/Poco/Ext/ThreadNumber.h)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2017-01-13 11:25:44 +00:00
|
|
|
target_link_libraries(pocoext ${Poco_Util_LIBRARY} ${Poco_Net_LIBRARY} ${Poco_XML_LIBRARY} ${Poco_Foundation_LIBRARY})
|