repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
tinyalsa
/
build.cmake
blob
fbcb04ceb53a98e33ba7bd94d278876c5e6ca9c4
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cmake
-S
.
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-DCMAKE_BUILD_TYPE
=
None \
8
-DTINYALSA_BUILD_EXAMPLES
=
OFF \
9
-DTINYALSA_BUILD_UTILS
=
ON \
10
-DTINYALSA_USES_PLUGINS
=
ON
11
12
cmake
--build
build
13
cmake
--install
build