]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Put CADRepresentation plugin at the right place
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 18 Apr 2023 12:56:05 +0000 (14:56 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 18 Apr 2023 12:56:05 +0000 (14:56 +0200)
src/Plugins/CADRepresentation/cadRepresentations/CMakeLists.txt

index c946dca3c70cca87aa1172181d40aefe116e0253..7880bc0b1db1158b9b4531c32c4b7388eb68b87b 100644 (file)
@@ -22,3 +22,9 @@ paraview_add_plugin(CADRepresentation
   MODULES CADRepresentations
   MODULE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/CADRepresentations/vtk.module"
   XML_DOCUMENTATION OFF)
+
+install(TARGETS CADRepresentation
+  RUNTIME DESTINATION lib/paraview
+  LIBRARY DESTINATION lib/paraview
+  ARCHIVE DESTINATION lib/paraview
+  )