mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: PhysicsFS
|
|
Description: PhysicsFS is a library to provide abstract access to various archives.
|
|
URL: https://icculus.org/physfs/
|
|
Version: @PHYSFS_VERSION@
|
|
Libs: -L${libdir} -lphysfs
|
|
Cflags: -I${includedir}
|