]> Creatis software - creaMaracasVisu.git/blobdiff - lib/GUI/Qt/Viewers/CMakeLists.txt
addition of surface rendering, qt support
[creaMaracasVisu.git] / lib / GUI / Qt / Viewers / CMakeLists.txt
index 2b7d5c7d645531c0aa3490d75f3e343844d02709..cabd6209923247824dff35eaee7723a21bb132e2 100644 (file)
@@ -88,7 +88,10 @@ IF ( BUILD_${LIBRARY_NAME} )
   #    ${BOOST_LIBRARIES}
     ${QT_LIBRARIES}
     QVTK
-    GUIQtVolumeRenderer
+
+    GUIQtVolumeRenderer    
+    GUIQtSurfaceRenderer
+
     KernelViewerWidgets
   # If this library must link against other libraries 
   # USER! : Add here any extra Library you need
@@ -104,6 +107,8 @@ IF ( BUILD_${LIBRARY_NAME} )
   # if you need to create a static library
   # comment out the following line :
 
+  SET(${LIBRARY_NAME}_INSTALL_TREE_RELATIVE_INCLUDE_PATHS include/creaMaracasVisu)
+  SET(${LIBRARY_NAME}_INSTALL_FOLDER creaMaracasVisu)
   CREA_ADD_LIBRARY( ${LIBRARY_NAME} )
 
   # and uncomment the 2 lines hereafter: