From d528d7375a6a1d102e9f64fedbf6a457147c2f39 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Tue, 13 Nov 2012 09:31:42 +0000 Subject: Add audiomanager chunk morphology --- audiomanager.morph | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 audiomanager.morph 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" + ] +} -- cgit v1.2.1