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

SOURCES += [
    "bar1.cc",
    "bar2.cc",
]

DIRS += [
    "bar_helper",
]

FINAL_LIBRARY = "bar"