summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audiomanager.morph18
1 files changed, 18 insertions, 0 deletions
diff --git a/audiomanager.morph b/audiomanager.morph
new file mode 100644
index 0000000..235c4c5
--- /dev/null
+++ b/audiomanager.morph
@@ -0,0 +1,18 @@
+{
+ "name": "audiomanager",
+ "description": "The AudioManager is a framework for managing audio in the IVI context",
+ "kind": "chunk",
+ "configure-commands": [
+ "mkdir build",
+ "cd build && cmake .."
+ ],
+ "build-commands": [
+ "cd build && make"
+ ],
+ "test-commands": [
+ "cd build && make gtest"
+ ],
+ "install-commands": [
+ "cd build && make install"
+ ]
+}