summaryrefslogtreecommitdiff
path: root/indra/integration_tests/llui_libtest/CMakeLists.txt
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2009-06-25 11:12:51 -0700
committerBryan O'Sullivan <bos@lindenlab.com>2009-06-25 11:12:51 -0700
commit7aec119d84aabbf5fd156e9739984eb767ab262f (patch)
tree10be71ce5360519c3d67b826dc9cf4c8e7a242cd /indra/integration_tests/llui_libtest/CMakeLists.txt
parentc5368c63680af040b63185d5fb6926195de84d59 (diff)
parent70d99b2528acb3bc503d3ac799e42d52515b6260 (diff)
Merge with SVN login-api-3 branch
Diffstat (limited to 'indra/integration_tests/llui_libtest/CMakeLists.txt')
-rw-r--r--indra/integration_tests/llui_libtest/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt
index 68556ac4ab..d39055e118 100644
--- a/indra/integration_tests/llui_libtest/CMakeLists.txt
+++ b/indra/integration_tests/llui_libtest/CMakeLists.txt
@@ -1,5 +1,7 @@
# -*- cmake -*-
+if (VIEWER)
+
project (llui_libtest)
include(00-Common)
@@ -89,7 +91,6 @@ if (WINDOWS)
)
endif (WINDOWS)
-if (VIEWER)
# Ensure people working on the viewer don't break this library
# *NOTE: This could be removed, or only built by Parabuild, if the build
# and link times become too long. JC