mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Adding ODB dll files to the distribution zip file on Windows
This commit is contained in:
parent
9269950263
commit
d43c5d4dae
@ -417,6 +417,11 @@ if (RESINSIGHT_PRIVATE_INSTALL)
|
|||||||
${QT_BINARY_DIR}/QtScript4.dll
|
${QT_BINARY_DIR}/QtScript4.dll
|
||||||
${QT_BINARY_DIR}/QtScriptTools4.dll
|
${QT_BINARY_DIR}/QtScriptTools4.dll
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (${RESINSIGHT_USE_ODB_API})
|
||||||
|
set (RESINSIGHT_FILES ${RESINSIGHT_FILES} ${RI_ALL_ODB_DLLS})
|
||||||
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set (RESINSIGHT_FILES ${RESINSIGHT_FILES} ${RESINSIGHT_LICENSE_FILES})
|
set (RESINSIGHT_FILES ${RESINSIGHT_FILES} ${RESINSIGHT_LICENSE_FILES})
|
||||||
|
Loading…
Reference in New Issue
Block a user