diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-12-20 18:47:29 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-12-20 18:47:29 +0100 |
commit | b1e67aa4705753dd39baf9d8dc7daf8d90cbafe7 (patch) | |
tree | 0ba1a53190d94e85c3ddb23c733df6bdf86e0e3f /Repository.mk | |
parent | 9772433110d3da0051c1fb2acce9d71ef25da45d (diff) |
gnumake3: first try at implementing support for cppunit test fixtures
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index be80170315d2..416c08050978 100644 --- a/Repository.mk +++ b/Repository.mk @@ -82,6 +82,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ icuuc \ + cppunit \ )) |