🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
354 B

  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_PREFIX@
  3. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  4. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  5. Name: PhysicsFS
  6. Description: PhysicsFS is a library to provide abstract access to various archives.
  7. URL: https://icculus.org/physfs/
  8. Version: @PHYSFS_VERSION@
  9. Libs: -L${libdir} -lphysfs
  10. Cflags: -I${includedir}