[Avida-cvs] [avida-svn] r497 - in development/source: targets/avida targets/avida-viewer tools

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed Mar 8 04:04:32 PST 2006


Author: brysonda
Date: 2006-03-08 07:04:32 -0500 (Wed, 08 Mar 2006)
New Revision: 497

Modified:
   development/source/targets/avida-viewer/CMakeLists.txt
   development/source/targets/avida/CMakeLists.txt
   development/source/tools/CMakeLists.txt
Log:
Fix Development branch linux compilation.

Modified: development/source/targets/avida/CMakeLists.txt
===================================================================
--- development/source/targets/avida/CMakeLists.txt	2006-03-05 06:11:13 UTC (rev 496)
+++ development/source/targets/avida/CMakeLists.txt	2006-03-08 12:04:32 UTC (rev 497)
@@ -1,6 +1,6 @@
 INCLUDE_DIRECTORIES(${ALL_INC_DIRS})
 
 ADD_EXECUTABLE(avida primitive.cc)
-TARGET_LINK_LIBRARIES(avida main classification cpu event analyze drivers analyze cpu main tools)
+TARGET_LINK_LIBRARIES(avida main classification cpu event analyze drivers analyze cpu main tools pthread)
 LINK_DIRECTORIES(${ALL_LIB_DIRS})
 INSTALL_TARGETS(/work avida)

Modified: development/source/targets/avida-viewer/CMakeLists.txt
===================================================================
--- development/source/targets/avida-viewer/CMakeLists.txt	2006-03-05 06:11:13 UTC (rev 496)
+++ development/source/targets/avida-viewer/CMakeLists.txt	2006-03-08 12:04:32 UTC (rev 497)
@@ -38,7 +38,9 @@
   tools
   trio
   ${NCURSES_LIBRARY}
+  pthread
 )
+
 LINK_DIRECTORIES(${ALL_LIB_DIRS} ${THIRDPARTY_BLD_DIR}/trio)
 
 INSTALL_TARGETS(/work avida-viewer)

Modified: development/source/tools/CMakeLists.txt
===================================================================
--- development/source/tools/CMakeLists.txt	2006-03-05 06:11:13 UTC (rev 496)
+++ development/source/tools/CMakeLists.txt	2006-03-08 12:04:32 UTC (rev 497)
@@ -13,7 +13,7 @@
   cHelpType.cc
   cHistogram.cc
   cIndexedBlockStruct.cc
-	cInitFile.cc
+  cInitFile.cc
   cIntSum.cc
   cIntegratedSchedule.cc
   cIntegratedScheduleNode.cc
@@ -30,7 +30,6 @@
   cThread.cc
   cTools.cc
   cWeightedIndex.cc
-
   cCycleCheck.cc
 )
 




More information about the Avida-cvs mailing list