[avida-cvs] avida(kaben) CVS commits: /current CMakeLists.txt DartConfig.cmake

kaben avida-cvs at alife.org
Wed Dec 17 04:22:29 PST 2003


kaben		Tue Dec 16 20:22:29 2003 EDT

  Added files:                 (Branch: kaben)
    /avida/current	DartConfig.cmake 

  Modified files:              
    /avida/current	CMakeLists.txt 
  Log:
  
  Support for Dart-based dashboard on myxo.css.msu.edu
  
  
  
Index: avida/current/CMakeLists.txt
diff -u avida/current/CMakeLists.txt:1.1.2.1 avida/current/CMakeLists.txt:1.1.2.2
--- avida/current/CMakeLists.txt:1.1.2.1	Mon Dec 15 10:05:43 2003
+++ avida/current/CMakeLists.txt	Tue Dec 16 20:22:29 2003
@@ -198,6 +198,7 @@
 )
 IF(_UNIT_TEST_PRIMITIVE)
   SET(UNIT_TESTS TRUE)
+  SET(BUILD_TESTING TRUE)
   ENABLE_TESTING()
 ENDIF(_UNIT_TEST_PRIMITIVE)
 
@@ -211,6 +212,7 @@
 IF(_UNIT_TEST_QT_GUI)
   IF(_QT_GRAPHIC_INTERFACE)
     SET(UNIT_TESTS TRUE)
+    SET(BUILD_TESTING TRUE)
     ENABLE_TESTING()
   ELSE(_QT_GRAPHIC_INTERFACE)
     MESSAGE(
@@ -230,6 +232,7 @@
 IF(_UNIT_TEST_QT_EXP_GUI)
   IF(_QT_EXPERIMENTAL_GRAPHIC_INTERFACE)
     SET(UNIT_TESTS TRUE)
+    SET(BUILD_TESTING TRUE)
     ENABLE_TESTING()
   ELSE(_QT_EXPERIMENTAL_GRAPHIC_INTERFACE)
     MESSAGE(
@@ -237,6 +240,11 @@
     )
   ENDIF(_QT_EXPERIMENTAL_GRAPHIC_INTERFACE)
 ENDIF(_UNIT_TEST_QT_EXP_GUI)
+
+
+IF(BUILD_TESTING)
+  INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
+ENDIF(BUILD_TESTING)
 
 
 # This section defines convenience variables.  They're available to

Index: avida/current/DartConfig.cmake
+++ avida/current/DartConfig.cmake






More information about the Avida-cvs mailing list