blob: 937b9135312d6708e7eca2640cfd59322158402e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
realname "Algorithm Factory"
load_on auto
define ALGORITHM_FACTORY
<requires>
utils
</requires>
<add>
algo_factory.cpp
algo_factory.h
algo_cache.h
prov_weight.cpp
</add>
|