merged SNOW-654: Added missing "if (LL_TESTS)" in indra/CMakeLists.txt

master
Boroondas Gupte 2010-10-05 00:02:30 +02:00
commit 422780c88a
2 changed files with 6 additions and 3 deletions

View File

@ -648,6 +648,7 @@ Techwolf Lupindo
SNOW-92
SNOW-649
SNOW-651
SNOW-654
SNOW-687
SNOW-680
SNOW-681

View File

@ -123,6 +123,8 @@ if (SERVER)
endif (WINDOWS)
endif (SERVER)
# Define after the custom viewer and server targets are created so individual
# apps can add themselves as dependencies
add_subdirectory(${INTEGRATION_TESTS_PREFIX}integration_tests)
if (LL_TESTS)
# Define after the custom viewer and server targets are created so
# individual apps can add themselves as dependencies
add_subdirectory(${INTEGRATION_TESTS_PREFIX}integration_tests)
endif (LL_TESTS)