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


@template
def Library(name):
    """Template for libraries."""
    LIBRARY_NAME = name


Library("dummy")

SOURCES = ["bar.c", "baz.cpp", "foo.c", "qux.cpp"]