summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/linkage/prog/moz.build
blob: 3741f4be092ec574c17ad7bc401132c9921af778 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

DIRS += ["qux"]

Program("MyProgram")

USE_LIBS += [
    "bar",
    "baz",
]