summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/prog-lib-c-only/cxx-library/moz.build
blob: ee75ad0cb980fd9750f84f06ebc0e5a8823e53b0 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

SharedLibrary("cxx-library")

SOURCES = [
    "c-source.c",
    "cxx-library.cpp",
]