Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1909 - trunk/tests


Chronological Thread 
  • From: boulos@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1909 - trunk/tests
  • Date: Wed, 5 Dec 2007 12:15:31 -0700 (MST)

Author: boulos
Date: Wed Dec  5 12:15:31 2007
New Revision: 1909

Modified:
   trunk/tests/CMakeLists.txt
Log:
Explicitly include thread libs for atomic counter


Modified: trunk/tests/CMakeLists.txt
==============================================================================
--- trunk/tests/CMakeLists.txt  (original)
+++ trunk/tests/CMakeLists.txt  Wed Dec  5 12:15:31 2007
@@ -2,4 +2,5 @@
 SUBDIRS( perftest )
 
 ADD_EXECUTABLE(atomic_counter atomic_counter.cc)
-TARGET_LINK_LIBRARIES(atomic_counter ${MANTA_TARGET_LINK_LIBRARIES})
+TARGET_LINK_LIBRARIES(atomic_counter ${MANTA_TARGET_LINK_LIBRARIES}
+                                    ${CMAKE_THREAD_LIBS_INIT})




  • [Manta] r1909 - trunk/tests, boulos, 12/05/2007

Archive powered by MHonArc 2.6.16.

Top of page