physfsv3.2.0
- Updated
a library to provide abstract access to various archives
- Project website: https://icculus.org/physfs/
#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})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Tool For
No ports use this.
#Contributors
vlj
Robert Schumacher
Alexander Karatarakis
codicodi
pastdue
Coraline
pravic
Stefano Sinigardi
Voskrese
Jack·Boos·Yu
Alexander Neumann
Kai Pastor
#Changelog
Show 15 earlier changes
5003165physfs mirror url1225d80[physfs] Fix Win10 GetUserProfileDirectory() problem7938006[ports] Mark several ports as unbuildable on UWP26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)215f205[physfs] enable static builds, use external zlibcadee66If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46triplet is now automatically included before portfiles.8c5c5c1[physfs] Mark as not static readydaf6405[physfs] Added version and description7fdeeacAdd physfs.