From cbe0a0933d76ef9d8efed4f3b3259fee9968278c Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 18 Apr 2023 14:56:05 +0200 Subject: [PATCH] Put CADRepresentation plugin at the right place --- .../CADRepresentation/cadRepresentations/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 + ) -- 2.39.2