summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/test-linkables-cxx-link/moz.build
blob: 0f84eb5554c7d10419b8208dddc511e9edc14dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

DIRS = ["one", "two", "three"]


@template
def SharedLibrary(name):
    LIBRARY_NAME = name
    FORCE_SHARED_LIB = True


SharedLibrary("cxx_shared")
USE_LIBS += ["cxx_static"]