diff --git a/CMakeLists.txt b/CMakeLists.txt index e941b2c0e2..57c1ee4278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -690,6 +690,7 @@ if(MSVC) endforeach(HDF5_DLL_NAME) endif() + else() # Linux @@ -1016,6 +1017,14 @@ install(TARGETS extract-projectfile-versions DESTINATION ${RESINSIGHT_INSTALL_FOLDER} ) +if (TARGET Arrow::arrow_shared) + install(IMPORTED_RUNTIME_ARTIFACTS Arrow::arrow_shared RUNTIME DESTINATION ${RESINSIGHT_INSTALL_FOLDER}) +endif() + +if (TARGET Parquet::parquet_shared) + install(IMPORTED_RUNTIME_ARTIFACTS Parquet::parquet_shared RUNTIME DESTINATION ${RESINSIGHT_INSTALL_FOLDER}) +endif() + # ############################################################################## # Visual Studio : Create the ruleset file to be used by Static Code Analysis # https://stackoverflow.com/questions/75031903/how-to-enable-static-analysis-with-custom-ruleset-in-msvc-via-cmakelists-txt