diff options
| author | Erik Kundiman <erik@megapahit.org> | 2023-07-11 16:29:26 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 10:48:02 +0800 | 
| commit | a763de1cfa21a184e0c941c5a3618125af366939 (patch) | |
| tree | affd549a66a61b8e913abbbd05ba15531624726c /indra/llimage | |
| parent | c718c518f86e3bd78bd71bbd07fbc626373bbe96 (diff) | |
No GoogleMock, AddBuildTest & Tut when no LL_TESTS
Diffstat (limited to 'indra/llimage')
| -rw-r--r-- | indra/llimage/CMakeLists.txt | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index cc75c463bc..79f9565ed9 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -8,9 +8,13 @@ include(LLImage)  include(JPEG)  include(LLKDU)  include(ZLIBNG) +if (LL_TESTS)  include(LLAddBuildTest) +endif ()  include(bugsplat) +if (LL_TESTS)  include(Tut) +endif ()  set(llimage_SOURCE_FILES      llimagebmp.cpp | 
