Build raylib as part of the normal build process
This commit is contained in:
parent
946934ce09
commit
516e3de576
4
build
4
build
@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cmake -S raylib-src -B raylib-build -DCMAKE_INSTALL_PREFIX=raylib -DCMAKE_CONFIGURATION_TYPES=Release -DBUILD_SHARED_LIBS=ON -G "Ninja Multi-Config"
|
||||
cmake --build raylib-build --config=Release
|
||||
cmake --install raylib-build --config=Release
|
||||
|
||||
bear -- make
|
||||
|
Loading…
x
Reference in New Issue
Block a user