From: vsr Date: Fri, 31 Jan 2014 15:16:48 +0000 (+0000) Subject: Export headers. X-Git-Tag: V7_4_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=38f074f42ce2a3493dfe465413c7724356f98057;p=plugins%2Fnetgenplugin.git Export headers. --- diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index d73c3a9..b42b902 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -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}")