This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
sapphire
Watch
1
Star
0
Fork
0
You've already forked sapphire
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a3fc4c3f32
sapphire
/
tools
/
generate.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
updates to the sapphire.sh script
2022-07-19 13:11:24 +00:00
if
[
! -d build
]
then
mkdir build
fi
update some stuff
2022-07-19 13:17:00 +00:00
cmake -S . -B build -G
"
${
1
:-
Ninja
}
"
--config
"
${
2
:-
Debug
}
"
Reference in New Issue
Copy Permalink