]> Creatis software - creaMaracasVisu.git/blobdiff - lib/GUI/Qt/VolumeRenderer/CMakeLists.txt
*** empty log message ***
[creaMaracasVisu.git] / lib / GUI / Qt / VolumeRenderer / CMakeLists.txt
index 19f47cddd7e571a48008e0dc675d3e3287cf9188..9c25100a4ed83b5cf8e6618578e85841a1407909 100644 (file)
@@ -89,7 +89,7 @@ IF ( BUILD_${LIBRARY_NAME} )
   #    ${BOOST_LIBRARIES}
     ${QT_LIBRARIES}
     QVTK
-    BaseVolumeRenderer
+#EED    BaseVolumeRenderer
   # If this library must link against other libraries 
   # USER! : Add here any extra Library you need
 
@@ -104,6 +104,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: