summaryrefslogtreecommitdiff
path: root/audiomanager.morph
blob: 6c8c817eb9095a3944fe05748bce030dfa208a39 (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 -DUSE_BUILD_LIBS=OFF .."
    ],
    "build-commands": [
        "cd build && make"
    ],
    "test-commands": [
        "cd build && make gtest"
    ],
    "install-commands": [
        "cd build && make install"
    ]
}