Install arrow and parquet DLLs

This commit is contained in:
Magne Sjaastad 2024-06-17 13:02:02 +02:00
parent 71929a234a
commit 2a8c69bc49

View File

@ -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