a library to provide abstract access to various archives
Run the following Vcpkg command to install the port.
vcpkg install physfs
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})
v3.2.0#1
Jan 9, 2023
All
icculus/physfs556
icculus.org/physfs
a72a3d5459
Zlib
Manifest