summaryrefslogtreecommitdiff
path: root/strata/genivi-demo-platform/positioning.morph
blob: a710634bb8374e17ac87f9196fdab22fa6a34bc9 (plain)
1
2
3
4
5
6
7
8
9
name: positioning
kind: chunk
configure-commands:
- mkdir build
- cd build && cmake .. -DCMAKE_INSTALL_PREFIX="$PREFIX" -DWITH_TESTS=ON
build-commands:
-  cd build && make
install-commands:
- cd build && make DESTDIR="$DESTDIR" install