Salome HOME
Porting to 5.1.2
[modules/paravis.git] / src / Plugins / DifferenceTimesteps / CMakeLists.txt
index 5208ade7e3679c96ac95c162e9319c4384aadde8..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
@@ -29,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
 )