Skip to content

Commit

Permalink
Make sure to install data (e.g., fragments, crystals) (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis authored May 31, 2021
1 parent 5bf6972 commit 27bd57d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/AvogadroCPack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ if(INSTALL_BUNDLE_FILES)
install(DIRECTORY "${AvogadroLibs_LIBRARY_DIR}/avogadro2"
DESTINATION ${INSTALL_LIBRARY_DIR})

install(DIRECTORY "${AvogadroLibs_DATA_DIR}/avogadro2"
DESTINATION ${INSTALL_DATA_DIR})

find_program(OBABEL_EXE obabel)
if(OBABEL_EXE)
install(FILES ${OBABEL_EXE} DESTINATION ${INSTALL_RUNTIME_DIR}
Expand Down

0 comments on commit 27bd57d

Please sign in to comment.