]> SALOME platform Git repositories - plugins/netgenplugin.git/blobdiff - src/GUI/CMakeLists.txt
Salome HOME
Update copyrights 2014.
[plugins/netgenplugin.git] / src / GUI / CMakeLists.txt
index d73c3a956a3721fab2a0cfa693b3d85df35f9a2e..f47bba38c5bef7ca73741f43eb4a0d6684b52087 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2014  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -105,4 +105,6 @@ ADD_LIBRARY(NETGENPluginGUI ${NETGENPluginGUI_SOURCES})
 TARGET_LINK_LIBRARIES(NETGENPluginGUI ${_link_LIBRARIES} )
 INSTALL(TARGETS NETGENPluginGUI EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})
 
+INSTALL(FILES ${NETGENPluginGUI_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})
+
 QT4_INSTALL_TS_RESOURCES("${_ts_RESOURCES}" "${SALOME_NETGENPLUGIN_INSTALL_RES_DATA}")