1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/minizip
Arseniy Shestakov 193f492b99 CMake: cleanup, project generation and other improvements
- Use EXCLUDE_FROM_ALL for FuzzyLite and GoogleTest to avoid inclusion of unneded headers and libraries into installers.
- Set minimum CMake version only in main CMakeLists.txt
- Set project name only in main CMakeLists.txt
- Visual Studio: add assign_source_group function to generate proper filesystem tree
- Visual Studio: set PROJECT_LABEL so generated projects have same names binaries on Windows
- Visual Studio: enabled USE_FOLDERS for projects grouping. This also possibly affect other IDEs.
- Added add_subdirectory_with_folder function to make sure 3rd-party libraries are affected by USE_FOLDERS.
2017-08-16 16:10:07 +03:00
..
CMakeLists.txt CMake: cleanup, project generation and other improvements 2017-08-16 16:10:07 +03:00
crypt.h introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
ioapi.c Final compilation fix suggested by AVS. 2016-02-03 14:26:25 +01:00
ioapi.h Final compilation fix suggested by AVS. 2016-02-03 14:26:25 +01:00
iowin32.c introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
iowin32.h introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
miniunz.c introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
MiniZip64_Changes.txt introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
MiniZip64_info.txt introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
minizip.c introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
minizip.cbp Added debug mingw64 build, minimum Windows version set to windows 7, SDL suffixes removed from Build Tagerts 2015-08-20 03:28:04 +03:00
minizip.vcxproj Updated project files to MVS 2015 (in fact, it's trivial). 2016-12-12 19:14:45 +01:00
minizip.vcxproj.filters Proejct file for minizip library, fixes compilation issues. 2013-08-01 09:55:57 +00:00
mztools.c introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
mztools.h introduced zip support into vcmi 2013-07-30 15:02:55 +00:00
unzip.c Unique macro for minizip exports. Define to nothing on non-msvc. 2013-08-01 22:37:08 +00:00
unzip.h Unique macro for minizip exports. Define to nothing on non-msvc. 2013-08-01 22:37:08 +00:00
zip.c Unique macro for minizip exports. Define to nothing on non-msvc. 2013-08-01 22:37:08 +00:00
zip.h Unique macro for minizip exports. Define to nothing on non-msvc. 2013-08-01 22:37:08 +00:00