[cig-commits] r11250 - cs/benchmark/cigma/trunk/scratch/cg

luis at geodynamics.org luis at geodynamics.org
Tue Feb 26 04:52:03 PST 2008


Author: luis
Date: 2008-02-26 04:52:03 -0800 (Tue, 26 Feb 2008)
New Revision: 11250

Modified:
   cs/benchmark/cigma/trunk/scratch/cg/CMakeLists.txt
Log:
Updated cmake build for cg


Modified: cs/benchmark/cigma/trunk/scratch/cg/CMakeLists.txt
===================================================================
--- cs/benchmark/cigma/trunk/scratch/cg/CMakeLists.txt	2008-02-26 12:52:02 UTC (rev 11249)
+++ cs/benchmark/cigma/trunk/scratch/cg/CMakeLists.txt	2008-02-26 12:52:03 UTC (rev 11250)
@@ -45,6 +45,12 @@
 
 
 # ----------------------------------------------------------------------------
+# Configure VTK
+FIND_PACKAGE(VTK REQUIRED)
+INCLUDE(${VTK_USE_FILE})
+
+
+# ----------------------------------------------------------------------------
 # Configure Qt4
 FIND_PACKAGE(Qt4 REQUIRED)
 INCLUDE(${QT_USE_FILE})
@@ -80,6 +86,12 @@
 # Libraries to be linked to the project
 TARGET_LINK_LIBRARIES(cigma-gui
     ${QT_LIBRARIES}
+    QVTK
+    vtkCommon
+    vtkIO
+    vtkRendering
+    vtkGraphics
+    vtkWidgets
 )
 
 



More information about the cig-commits mailing list