X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVTKViewer%2FCMakeLists.txt;h=7d0d468e2ab2562eb5f487ed441b97205cd1102f;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=35f45a6d87d80f7d6c7ecf5b24ef245f3b9f2cfe;hpb=53415443fa7c248984f053da559cc8765623088c;p=modules%2Fgui.git diff --git a/src/VTKViewer/CMakeLists.txt b/src/VTKViewer/CMakeLists.txt index 35f45a6d8..7d0d468e2 100755 --- a/src/VTKViewer/CMakeLists.txt +++ b/src/VTKViewer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -69,6 +69,7 @@ SET(_other_HEADERS VTKViewer_InteractorStyle.h VTKViewer_MarkerDef.h VTKViewer_MarkerUtils.h + VTKViewer_OpenGLHelper.h VTKViewer_OpenGLRenderer.h VTKViewer_PolyDataMapper.h VTKViewer_ShrinkFilter.h @@ -152,6 +153,7 @@ SET(_other_SOURCES VTKViewer_MarkerDlg.cxx VTKViewer_MarkerUtils.cxx VTKViewer_MarkerWidget.cxx + VTKViewer_OpenGLHelper.cxx VTKViewer_OpenGLRenderer.cxx VTKViewer_PolyDataMapper.cxx VTKViewer_RenderWindow.cxx @@ -188,3 +190,6 @@ INSTALL(FILES ${GUIVTI_DATA} DESTINATION ${SALOME_GUI_INSTALL_RES_DATA}) FILE(GLOB GUITXT_DATA "${CMAKE_CURRENT_SOURCE_DIR}/resources/*.txt") INSTALL(FILES ${GUITXT_DATA} DESTINATION ${SALOME_GUI_INSTALL_RES_DATA}) + +FILE(GLOB GUIGLSL_DATA "${CMAKE_CURRENT_SOURCE_DIR}/resources/*.glsl") +INSTALL(FILES ${GUIGLSL_DATA} DESTINATION ${SALOME_GUI_INSTALL_RES_DATA})