Something went wrong on our end
-
valerio authored
git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2284 5a81b35b-ba03-0410-adc8-b2c5c5119f08
valerio authoredgit-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2284 5a81b35b-ba03-0410-adc8-b2c5c5119f08
CMakeLists.txt 756 B
set(OST_MOL_ALG_HEADERS
svd_superpose.hh
module_config.hh
sec_structure_segments.hh
)
set(OST_MOL_ALG_SOURCES
svd_superpose.cc
sec_structure_segments.cc
)
set(MOL_ALG_DEPS mol)
if (ENABLE_IMG)
set(OST_MOL_ALG_HEADERS
${OST_MOL_ALG_HEADERS}
entity_to_density.hh
)
set(OST_MOL_ALG_SOURCES
${OST_MOL_ALG_SOURCES}
entity_to_density.cc
)
set(MOL_ALG_DEPS ${MOL_ALG_DEPS} img img_alg)
endif()
module(NAME mol_alg SOURCES ${OST_MOL_ALG_SOURCES}
HEADERS ${OST_MOL_ALG_HEADERS}
HEADER_OUTPUT_DIR ost/mol/alg
DEPENDS_ON ${MOL_ALG_DEPS})
copy_if_different("." "${STAGE_DIR}/share/openstructure"
"atom_scattering_properties.txt" "ATOM_SCATTERING_PROPS"
"ost_mol_alg")