Skip to content

Commit

Permalink
Make sure to grab openbabel*.dll on Windows package
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Oct 29, 2023
1 parent 94cd748 commit 65edc9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/AvogadroCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ if(INSTALL_BUNDLE_FILES)
get_filename_component(BABEL_DIR "${OBABEL_EXE}" PATH)
if(WIN32)
file(GLOB BABEL_PLUGINS ${BABEL_DIR}/*.obf)
file(GLOB BABEL_LIB ${BABEL_DIR}/openbabel*.dll)
install(
FILES
${BABEL_PLUGINS}
${BABEL_LIB}
${BABEL_DIR}/inchi.dll
${BABEL_DIR}/libxml2.dll
DESTINATION ${INSTALL_RUNTIME_DIR})
Expand Down

0 comments on commit 65edc9b

Please sign in to comment.