mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 09:42:31 +00:00
#3524: remove XML and Util dependencies in Zip/SevenZip
This commit is contained in:
@@ -62,7 +62,7 @@ set_target_properties(SevenZip
|
||||
DEFINE_SYMBOL SevenZip_EXPORTS
|
||||
)
|
||||
|
||||
target_link_libraries(SevenZip PUBLIC Poco::Util Poco::XML)
|
||||
target_link_libraries(SevenZip PUBLIC Poco::Foundation)
|
||||
target_include_directories(SevenZip
|
||||
PUBLIC
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
Foundation
|
||||
Util
|
||||
XML
|
||||
JSON
|
||||
Reference in New Issue
Block a user