Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r905 - trunk/fox/afr_demo/StandAlone


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r905 - trunk/fox/afr_demo/StandAlone
  • Date: Tue, 7 Feb 2006 20:03:28 -0700 (MST)

Author: abe
Date: Tue Feb  7 20:03:28 2006
New Revision: 905

Modified:
   trunk/fox/afr_demo/StandAlone/CMakeLists.txt
Log:

Fixed target link libs for afr.cc

M    fox/afr_demo/StandAlone/CMakeLists.txt


Modified: trunk/fox/afr_demo/StandAlone/CMakeLists.txt
==============================================================================
--- trunk/fox/afr_demo/StandAlone/CMakeLists.txt        (original)
+++ trunk/fox/afr_demo/StandAlone/CMakeLists.txt        Tue Feb  7 20:03:28 
2006
@@ -1,7 +1,11 @@
 
+
 # Add afr demo program
 ADD_EXECUTABLE(afr afr.cc)
 
 TARGET_LINK_LIBRARIES(afr
+  ${CMAKE_THREAD_LIBS_INIT}                                                
+  ${OPENGL_LIBRARIES}                                                      
+  ${X11_LIBRARIES}
   afr_shared
 )




  • [MANTA] r905 - trunk/fox/afr_demo/StandAlone, abe, 02/07/2006

Archive powered by MHonArc 2.6.16.

Top of page