-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathJamroot
56 lines (47 loc) · 1.01 KB
/
Jamroot
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
project : requirements <define>BOOST_PARAMETER_MAX_ARITY=7 <define>BOOST_GEOMETRY_EMPTY_INPUT_NO_THROW ;
use-project /libea : libea ;
use-project /libmkv : libmkv ;
use-project /libann : libann ;
build-project libea ;
exe example-pole :
examples/pole_balancing.cpp
/libea//libea_runner
/libann//libann
: <link>static
;
exe example-all-ones :
examples/all_ones.cpp
/libea//libea_runner
: <link>static
;
exe example-logic9 :
examples/logic9.cpp
/libea//libea_runner
: <link>static
;
exe example-lod :
examples/lod.cpp
/libea//libea_runner
: <link>static
;
exe example-mp :
examples/metapopulation.cpp
/libea//libea_runner
: <link>static
;
exe example-mkv :
examples/markov_network.cpp
/libea//libea_runner
/libmkv//libmkv
: <link>static
;
exe example-nsga2 :
examples/nsga2.cpp
/libea//libea_runner
: <link>static
;
exe example-qhfc :
examples/qhfc.cpp
/libea//libea_runner
: <link>static
;