summaryrefslogtreecommitdiff
path: root/audiomanager.morph
blob: 235c4c5fd1c50212e820730190efa70a31c8437b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
    ]
}