1. Home
  2. Browse
  3. physfs

physfs

v3.2.0#1Latest

a library to provide abstract access to various archives

Install

Run the following Vcpkg command to install the port.

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

Dependencies

See source

Version

v3.2.0#1

Publication

Supports

All

GitHub

icculus/physfs

Homepage

icculus.org/physfs

Subtree

a72a3d5459

License

Zlib

Definition

Manifest