projects
/
mouse-tracker-for-cubism.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add link to video demo
[mouse-tracker-for-cubism.git]
/
build.sh
Commit
Line
Data
830d0ba4
AIL
1
#!/bin/sh
2
3
mkdir -p build && cd build
4
126d8fa4
5
cmake .. -D CMAKE_BUILD_TYPE=Release
830d0ba4
6
cmake --build . -j6