[Avida-SVN] r3311 - development

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed Jun 10 14:16:26 PDT 2009


Author: brysonda
Date: 2009-06-10 17:16:26 -0400 (Wed, 10 Jun 2009)
New Revision: 3311

Modified:
   development/CMakeLists.txt
Log:
Add necessary file to the CMake unit tests target source file list.

Modified: development/CMakeLists.txt
===================================================================
--- development/CMakeLists.txt	2009-06-10 21:03:39 UTC (rev 3310)
+++ development/CMakeLists.txt	2009-06-10 21:16:26 UTC (rev 3311)
@@ -587,6 +587,7 @@
   SET(UNIT_TESTS_DIR source/targets/unit-tests)
   SET(UNIT_TESTS_SOURCES
     ${UNIT_TESTS_DIR}/main.cc
+    ${TOOLS_DIR}/cBitArray.cc
   )
   ADD_EXECUTABLE(unit-tests ${UNIT_TESTS_SOURCES})
   INSTALL_TARGETS(/work unit-tests)




More information about the Avida-cvs mailing list