summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/test-linkables-cxx-link/one/moz.build
blob: f03a34c33f81ad3be76cff365dea889444033d51 (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("cxx_static")
SOURCES += ["foo.cpp"]