physfs v3.2.0
- Created
- Updated
a library to provide abstract access to various archives
# Usage
physfs provides CMake targets:
find_package(PhysFS CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:PhysFS::PhysFS>,PhysFS::PhysFS,PhysFS::PhysFS-static>)
physfs is compatible with built-in CMake targets:
find_package(PhysFS REQUIRED)
target_include_directories(main PRIVATE ${PHYSFS_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${PHYSFS_LIBRARY})
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- vlj
- Robert Schumacher
- Alexander Karatarakis
- codicodi
- pastdue
- Coraline
- pravic
- Stefano Sinigardi
- Voskrese
- Jack·Boos·Yu
- Alexander Neumann
- Kai Pastor
# Changelog
and 15 more commits:
5003165
physfs mirror url1225d80
[physfs] Fix Win10 GetUserProfileDirectory() problem7938006
[ports] Mark several ports as unbuildable on UWP26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)215f205
[physfs] enable static builds, use external zlibcadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.8c5c5c1
[physfs] Mark as not static readydaf6405
[physfs] Added version and description7fdeeac
Add physfs.