Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1647 - trunk/StandAlone


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1647 - trunk/StandAlone
  • Date: Wed, 15 Aug 2007 19:12:26 -0600 (MDT)

Author: abe
Date: Wed Aug 15 19:12:25 2007
New Revision: 1647

Removed:
   trunk/StandAlone/v3c1_tools.cc
Modified:
   trunk/StandAlone/CMakeLists.txt
Log:

Moved v3c1_tools to Manta-Fox/Boeing777 external project.

D    StandAlone/v3c1_tools.cc
M    StandAlone/CMakeLists.txt


Modified: trunk/StandAlone/CMakeLists.txt
==============================================================================
--- trunk/StandAlone/CMakeLists.txt     (original)
+++ trunk/StandAlone/CMakeLists.txt     Wed Aug 15 19:12:25 2007
@@ -22,15 +22,6 @@
 #                                 ${CMAKE_THREAD_LIBS_INIT}
 #                                 )
 
-SET (BUILD_V3C1_TOOLS 0 CACHE BOOL "Include .v3c1 tools")
-IF (BUILD_V3C1_TOOLS) 
-   ADD_EXECUTABLE(v3c1_tools v3c1_tools.cc)
-   TARGET_LINK_LIBRARIES(v3c1_tools SCIRun_Core Manta_Core Manta_Model)
-   TARGET_LINK_LIBRARIES(v3c1_tools ${CMAKE_THREAD_LIBS_INIT}
-                                    ${OPENGL_LIBRARIES}
-                                    ${X11_LIBRARIES}
-                                    -lm)  
-ENDIF(BUILD_V3C1_TOOLS)
 
 SET (BUILD_DISPLAY_TEST FALSE CACHE BOOL "Build the Display Test program")
 IF (BUILD_DISPLAY_TEST)




  • [Manta] r1647 - trunk/StandAlone, abe, 08/15/2007

Archive powered by MHonArc 2.6.16.

Top of page