mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Install arrow and parquet DLLs
This commit is contained in:
parent
71929a234a
commit
2a8c69bc49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user