Salome HOME
Create insitu library.
[modules/paravis.git] / src / Plugins / DifferenceTimesteps / CMakeLists.txt
index 0568f112a1f34a91209d7157ee319bcf3cea97b3..7951a82af3cc94d01979c3f5a7627448f0eeeeb4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -16,6 +16,7 @@
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+# Author : Maxim Glibin
 
 PROJECT(DifferenceTimesteps)
 
@@ -28,10 +29,8 @@ ADD_PARAVIEW_PLUGIN(DifferenceTimesteps "1.0"
   SERVER_MANAGER_XML DifferenceTimesteps.xml
   SERVER_MANAGER_SOURCES vtkDifferenceTimestepsFilter.cxx
   GUI_RESOURCES pqDifferenceTimesteps.qrc
-  GUI_RESOURCE_FILES DifferenceTimestepsGUI.xml
   )
 
-INSTALL(
-  TARGETS DifferenceTimesteps
+INSTALL(TARGETS DifferenceTimesteps
   DESTINATION lib/paraview
 )