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

DIRS += [
    "bar",
]

USE_LIBS += ["foo"]

OS_LIBS += ["-lbar"]

Library("bar")