From: Anthony Geay Date: Tue, 18 Apr 2023 12:56:05 +0000 (+0200) Subject: Put CADRepresentation plugin at the right place X-Git-Tag: V9_11_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cbe0a0933d76ef9d8efed4f3b3259fee9968278c;p=modules%2Fparavis.git Put CADRepresentation plugin at the right place --- diff --git a/src/Plugins/CADRepresentation/cadRepresentations/CMakeLists.txt b/src/Plugins/CADRepresentation/cadRepresentations/CMakeLists.txt index c946dca3..7880bc0b 100644 --- a/src/Plugins/CADRepresentation/cadRepresentations/CMakeLists.txt +++ b/src/Plugins/CADRepresentation/cadRepresentations/CMakeLists.txt @@ -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 + )