diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-04-15 15:57:57 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-04-15 15:57:57 -0700 |
commit | ddd599b3473609788e430adf1895b12a5cb35375 (patch) | |
tree | c41da37ab77e25cfc76d85448c51103a7b55e2ca /indra/cmake | |
parent | ebe0c8204df30a85b8228e81acbcf7945c15220c (diff) | |
parent | 411a1bfcb6e6f7c0bc6e8afcf8aed447426df340 (diff) |
Merge
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index cd0eada2d0..3f259f6382 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -1,6 +1,7 @@ # -*- cmake -*- include(LLTestCommand) include(GoogleMock) +include(Tut) MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources) # Given a project name and a list of sourcefiles (with optional properties on each), |