2018-02-08 19:12:37 +00:00
|
|
|
add_library (pocoext ${SPLIT_SHARED}
|
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-08-03 12:44:39 +00:00
|
|
|
target_include_directories (pocoext PUBLIC include PRIVATE ${COMMON_INCLUDE_DIR})
|
|
|
|
|
2018-01-18 18:26:36 +00:00
|
|
|
if (NOT USE_INTERNAL_POCO_LIBRARY)
|
|
|
|
target_include_directories (pocoext BEFORE PUBLIC ${Poco_INCLUDE_DIRS})
|
|
|
|
endif ()
|
|
|
|
|
2017-01-13 11:25:44 +00:00
|
|
|
target_link_libraries(pocoext ${Poco_Util_LIBRARY} ${Poco_Net_LIBRARY} ${Poco_XML_LIBRARY} ${Poco_Foundation_LIBRARY})
|