diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-06-29 15:52:24 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-06-29 15:52:24 -0400 |
commit | 50c40dd72e7a36af91cb84395a4a88b984b219aa (patch) | |
tree | a29dccea6bfaac6d76e1cef4ae0579295ca6c3b2 /indra/integration_tests | |
parent | 6da0725c3b75c24855537df877672595de8e56e6 (diff) | |
parent | 87918b4bfe27ddcba2e4a44323ebc85e509a92fc (diff) |
Merged my latest eventhost changes with tip/latest viewer-2.0.0-3.
Diffstat (limited to 'indra/integration_tests')
-rw-r--r-- | indra/integration_tests/llui_libtest/CMakeLists.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/integration_tests/llui_libtest/CMakeLists.txt b/indra/integration_tests/llui_libtest/CMakeLists.txt index d39055e118..88564c6085 100644 --- a/indra/integration_tests/llui_libtest/CMakeLists.txt +++ b/indra/integration_tests/llui_libtest/CMakeLists.txt @@ -1,5 +1,7 @@ # -*- cmake -*- +# Only set this up for viewer builds, because the llui library is most closely +# related to the viewer if (VIEWER) project (llui_libtest) @@ -91,8 +93,9 @@ if (WINDOWS) ) endif (WINDOWS) - # 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 - add_dependencies(viewer llui_libtest) +# 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 +add_dependencies(viewer llui_libtest) + endif (VIEWER) |