Skip to Content

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's avatar vlj
  • Robert Schumacher's avatar Robert Schumacher
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • codicodi's avatar codicodi
  • pastdue's avatar pastdue
  • Coraline's avatar Coraline
  • pravic's avatar pravic
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • Voskrese's avatar Voskrese
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Alexander Neumann's avatar Alexander Neumann
  • Kai Pastor's avatar Kai Pastor

# Changelog

  • a72a3d5 [physfs] Cleanup, fix linkage and usage issues (#28787)
  • a3aa291 [physfs] Update to 3.2.0 (#27108)
  • 05c93c5 [Fix uwp toolchain|world rebuild] make ninja work for uwp (#22831)
  • 383060f [many ports] Add vcpkg_fixup_pkgconfig (#19721)
  • aaeca7b [physfs] Patches to fix behavior on macOS / Linux (#15962)
  • 2ac5b05 [physfs] Fix arm64-windows (#15684)
  • 0e46f93 [physfs] Enable arm64 for non-Windows targets (#15637)
  • 36bd7c4 fix clean
  • b0037f4 fix clean
  • 63cc016 physfs mirror url
and 15 more commits:

# Source