[Avida-cvs] [Avida2-svn] r400 - development/source/classification

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Tue Nov 15 10:06:51 PST 2005


Author: brysonda
Date: 2005-11-15 13:06:51 -0500 (Tue, 15 Nov 2005)
New Revision: 400

Added:
   development/source/classification/CMakeLists.txt
Log:
Add the CMakeLists.txt file for source/classification/ that I missed in the previous commit.

Added: development/source/classification/CMakeLists.txt
===================================================================
--- development/source/classification/CMakeLists.txt	2005-11-15 18:05:29 UTC (rev 399)
+++ development/source/classification/CMakeLists.txt	2005-11-15 18:06:51 UTC (rev 400)
@@ -0,0 +1,20 @@
+INCLUDE_DIRECTORIES(${ALL_INC_DIRS})
+
+SET(libclassification_a_SOURCES
+  cClassificationManager.cc
+  cGenotype.cc
+  cGenotype_BirthData.cc
+  cGenotype_TestData.cc
+  cGenotypeControl.cc
+  cInjectGenotype.cc
+  cInjectGenotype_BirthData.cc
+  cInjectGenotypeControl.cc
+  cInjectGenotypeQueue.cc
+  cLineage.cc
+  cSpecies.cc
+  cSpeciesControl.cc
+  cSpeciesQueue.cc
+)
+
+ADD_LIBRARY(classification ${libclassification_a_SOURCES})
+




More information about the Avida-cvs mailing list