mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
cmake: Zip cleanup
- explicitly list files Reviewed-by: Roger Meier <r.meier@siemens.com>
This commit is contained in:
parent
478360f6b6
commit
a06edac870
@ -1,6 +1,29 @@
|
||||
set(LIBNAME "PocoZip")
|
||||
|
||||
aux_source_directory(src SRCS)
|
||||
set(SRCS
|
||||
src/Add.cpp
|
||||
src/AutoDetectStream.cpp
|
||||
src/Compress.cpp
|
||||
src/Decompress.cpp
|
||||
src/Delete.cpp
|
||||
src/Keep.cpp
|
||||
src/ParseCallback.cpp
|
||||
src/PartialStream.cpp
|
||||
src/Rename.cpp
|
||||
src/Replace.cpp
|
||||
src/SkipCallback.cpp
|
||||
src/ZipArchive.cpp
|
||||
src/ZipArchiveInfo.cpp
|
||||
src/ZipCommon.cpp
|
||||
src/ZipDataInfo.cpp
|
||||
src/ZipException.cpp
|
||||
src/ZipFileInfo.cpp
|
||||
src/ZipLocalFileHeader.cpp
|
||||
src/ZipManipulator.cpp
|
||||
src/ZipOperation.cpp
|
||||
src/ZipStream.cpp
|
||||
src/ZipUtil.cpp
|
||||
)
|
||||
|
||||
if (NOT POCO_STATIC)
|
||||
add_definitions(-DZip_EXPORTS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user