diff --git a/modules/conop/src/CMakeLists.txt b/modules/conop/src/CMakeLists.txt index 6ba838e748953927d6b9a18292777b4970db1df2..127bd15ea7757eaaa50abeda7c7e07d3f295f3f0 100644 --- a/modules/conop/src/CMakeLists.txt +++ b/modules/conop/src/CMakeLists.txt @@ -31,11 +31,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 1bd52057e93d59a5de0ec09edab397b5bc812261..47c9af142248f8a4ee18cc65bbf24fd59d7f8f92 100644 --- a/modules/mol/alg/src/CMakeLists.txt +++ b/modules/mol/alg/src/CMakeLists.txt @@ -49,3 +49,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/") +