Skip to content

physfsv3.2.0

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})

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • vlj's avatarvlj
  • Robert Schumacher's avatarRobert Schumacher
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • codicodi's avatarcodicodi
  • pastdue's avatarpastdue
  • Coraline's avatarCoraline
  • pravic's avatarpravic
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Voskrese's avatarVoskrese
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Alexander Neumann's avatarAlexander Neumann
  • Kai Pastor's avatarKai 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)
  • 36bd7c4fix clean
  • b0037f4fix clean
  • 63cc016physfs mirror url
Show 15 earlier changes