projects
/
facial-landmarks-for-cubism.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Adding options to enable auto blink, auto breath and random motion
[facial-landmarks-for-cubism.git]
/
build.sh
1
#!/bin/sh
2
3
mkdir
-
p build
&&
cd
build
4
5
cmake ..
-
D CMAKE_BUILD_TYPE
=
Release
-
D USE_AVX_INSTRUCTIONS
=
1
6
cmake
--
build .
-
j6