File: CMakeLists.txt

package info (click to toggle)
iqtree 2.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,620 kB
  • sloc: cpp: 142,571; ansic: 57,789; sh: 275; python: 242; makefile: 95
file content (19 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
add_library(pda
circularnetwork.cpp circularnetwork.h
greedy.cpp greedy.h
gurobiwrapper.cpp gurobiwrapper.h
hashsplitset.cpp hashsplitset.h
pdnetwork.cpp pdnetwork.h
pruning.cpp pruning.h
split.cpp split.h
splitgraph.cpp splitgraph.h
splitset.cpp splitset.h
lpwrapper.c lpwrapper.h
ecopd.cpp ecopd.h
graph.cpp graph.h
pdtree.cpp pdtree.h
pdtreeset.cpp pdtreeset.h
ecopdmtreeset.cpp ecopdmtreeset.h
)

target_link_libraries(pda nclextra)