This website requires JavaScript.
Explore
Help
Sign In
timw4mail
/
Tyro
Watch
1
Star
0
Fork
0
You've already forked Tyro
Code
Issues
Pull Requests
Releases
Wiki
Activity
a24b62e4b3
Tyro
/
cmake.sh
8 lines
62 B
Bash
Raw
Normal View
History
Unescape
Escape
Update cmake files to set slightly different configs based on platform
2015-10-29 10:54:24 -04:00
#!/bin/bash
Start using CMake for building
2015-07-10 16:24:09 -04:00
mkdir -p build
Remove Hunter and update build status icon on README
2015-11-18 16:11:53 -05:00
cd
build
Update Sidebar open logic to use the correct folder
2019-05-30 16:09:01 -04:00
cmake ..
Remove Hunter and update build status icon on README
2015-11-18 16:11:53 -05:00
make
"
$@
"
cd
..
Reference in New Issue
Copy Permalink