diff --git a/modules/conop/src/CMakeLists.txt b/modules/conop/src/CMakeLists.txt index e69c45689648a82ad4d086eb9e1657fa639d1131..00d029686a3344b90d4f916c800f3e4454d9cf79 100644 --- a/modules/conop/src/CMakeLists.txt +++ b/modules/conop/src/CMakeLists.txt @@ -29,11 +29,11 @@ if (COMPOUND_LIB) if (EXISTS "${COMPOUND_LIB}") copy_if_different("./" "${STAGE_DIR}/share/openstructure" "${COMPOUND_LIB}" "COMPOUND_LIB" ost_conop) - install(FILES ${INSPECTOR_ICONS} DESTINATION "share/openstructure") + install(FILES ${COMPOUND_LIB} DESTINATION "share/openstructure") else() message(FATAL_ERROR "${COMPOUND_LIB} does not exist. \n" "Pass -DCOMPOUND_LIB=NONE if you would like to build " "OpenStructure without a compound library") endif() -endif() \ No newline at end of file +endif() diff --git a/modules/mol/alg/src/CMakeLists.txt b/modules/mol/alg/src/CMakeLists.txt index d1c84aa186a4fb77a47bde198acf8adc1f472371..c021762464940478daa57bac1d6a54599e7d8455 100644 --- a/modules/mol/alg/src/CMakeLists.txt +++ b/modules/mol/alg/src/CMakeLists.txt @@ -43,3 +43,5 @@ module(NAME mol_alg SOURCES ${OST_MOL_ALG_SOURCES} copy_if_different("." "${STAGE_DIR}/share/openstructure" "atom_scattering_properties.txt" "ATOM_SCATTERING_PROPS" "ost_mol_alg") +install(FILES "atom_scattering_properties.txt" DESTINATION "share/openstructure/") +