summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/test-linkables-cxx-link/two/moz.build
blob: d3bb738ba481c844c3fdb867879494a1cb2b25f5 (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/


@template
def Library(name):
    LIBRARY_NAME = name


Library("just_c_static")
SOURCES += ["foo.c"]