summaryrefslogtreecommitdiff
path: root/config/cppunit.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-12-15 19:42:22 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-12-15 19:42:22 +0000
commit80a2b4799219312eef417058ca71fffd309eb3f2 (patch)
tree370c5a6679c7aefec6105499f56dadaec766ea2f /config/cppunit.mpb
parent067c2e8786f17c1973014008775a2e1fff160388 (diff)
downloadMPC-80a2b4799219312eef417058ca71fffd309eb3f2.tar.gz
ChangeLogTag: Fri Dec 15 19:38:00 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/cppunit.mpb')
-rw-r--r--config/cppunit.mpb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/cppunit.mpb b/config/cppunit.mpb
new file mode 100644
index 00000000..10052bd9
--- /dev/null
+++ b/config/cppunit.mpb
@@ -0,0 +1,5 @@
+project {
+ includes += $(CPPUNIT_ROOT)/include
+ libpaths += $(CPPUNIT_ROOT)/lib
+ lit_libs += cppunit
+}