Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1875 - trunk/Core


Chronological Thread 
  • From: sparker@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1875 - trunk/Core
  • Date: Tue, 27 Nov 2007 10:14:39 -0700 (MST)

Author: sparker
Date: Tue Nov 27 10:14:38 2007
New Revision: 1875

Modified:
   trunk/Core/CMakeLists.txt
Log:
Link manta core against pthread libraries


Modified: trunk/Core/CMakeLists.txt
==============================================================================
--- trunk/Core/CMakeLists.txt   (original)
+++ trunk/Core/CMakeLists.txt   Tue Nov 27 10:14:38 2007
@@ -161,6 +161,11 @@
 ADD_LIBRARY (Manta_Core ${CORE_SOURCES})
 
 TARGET_LINK_LIBRARIES(Manta_Core ${LIBXML2_LIBRARY})
+TARGET_LINK_LIBRARIES(Manta_Core
+  ${THREAD_LIBRARY}  
+  ${TRACEBACK_LIB} 
+  ${SEMAPHORE_LIBRARY}
+)
 
 # The Manta_Core_XUtils library
 ADD_LIBRARY (Manta_Core_XUtils XUtils/XHelper.cc)




  • [Manta] r1875 - trunk/Core, sparker, 11/27/2007

Archive powered by MHonArc 2.6.16.

Top of page