1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
set(OST_BASE_PYMOD_SOURCES
export_atom.cc
export_atom_view.cc
export_bond.cc
export_chain.cc
export_chain_view.cc
export_coord_group.cc
export_coord_frame.cc
export_editors.cc
export_entity.cc
export_entity_view.cc
export_property_id.cc
export_query.cc
export_residue.cc
export_residue_view.cc
export_surface.cc
export_bounding_box.cc
export_query_view_wrapper.cc
export_torsion.cc
export_visitor.cc
wrap_mol.cc
export_entity_property_mapper.cc
)
if (NOT ENABLE_STATIC)
pymod(NAME mol CPP ${OST_BASE_PYMOD_SOURCES} PY __init__.py)
endif()
|