Add scripts to help building physifs
This commit is contained in:
parent
64467602dd
commit
973ad9e285
1
libs/physfs/.gitignore
vendored
1
libs/physfs/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
|
build
|
||||||
|
8
libs/physfs/Makefile
Normal file
8
libs/physfs/Makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
configure_cmake:
|
||||||
|
cmake -B build ./physfs
|
||||||
|
build_physfs: configure_cmake
|
||||||
|
cmake --build build --config Release -j8
|
||||||
|
libphysfs.a: build_physfs
|
||||||
|
cp ./build/libphysfs.a .
|
||||||
|
libphysfs.so: build_physfs
|
||||||
|
cp ./build/libphysfs.so .
|
Loading…
x
Reference in New Issue
Block a user