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
68624456f1
Tyro
/
cmake.sh
8 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix segfault on pref window close, add proper dev build to makefile
2019-06-18 15:48:28 -04:00
#!/usr/bin/env 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
Fix segfault on pref window close, add proper dev build to makefile
2019-06-18 15:48:28 -04:00
cmake -DCMAKE_BUILD_TYPE
=
Release ..
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