mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 14:20:10 +01:00
cmake: Zip cleanup
- explicitly list files Reviewed-by: Roger Meier <r.meier@siemens.com>
This commit is contained in:
@@ -1,6 +1,29 @@
|
|||||||
set(LIBNAME "PocoZip")
|
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)
|
if (NOT POCO_STATIC)
|
||||||
add_definitions(-DZip_EXPORTS)
|
add_definitions(-DZip_EXPORTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user