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

Program("cxx_test_program")

SOURCES = ["cxx_test_program.cpp"]