File: CMakeLists.txt

package info (click to toggle)
openstructure 2.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 205,228 kB
  • sloc: cpp: 188,129; python: 35,361; ansic: 34,298; fortran: 3,275; sh: 286; xml: 146; makefile: 29
file content (27 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (4)
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()