summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/linkage/shared/moz.build
blob: 42d79fe1fd49edadf43a89a7ec1e07894befc58f (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 += [
    "baz",
]

STATIC_LIBRARY_NAME = "baz_s"
FORCE_STATIC_LIB = True

OS_LIBS += ["-lfoo"]
USE_LIBS += ["qux"]

SharedLibrary("baz")