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 (16 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(OST_CONOP_PYMOD_SOURCES
  wrap_conop.cc
  #  export_builder.cc
  export_compound.cc
  export_processor.cc
  export_heuristic.cc
  export_amino_acids.cc
  export_conop.cc
  export_diag.cc
  export_rule_based.cc
  export_ring_finder.cc
)

if (NOT ENABLE_STATIC)
  pymod(NAME conop CPP ${OST_CONOP_PYMOD_SOURCES} PY __init__.py cleanup.py)
endif()