diff options
author | lloyd <[email protected]> | 2008-11-11 01:20:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 01:20:07 +0000 |
commit | e2d4cb5a9cd046453e79589d6c182bc23975ae4b (patch) | |
tree | 625606ebd58d58cfa9a80ee183e631a4fcda9b74 /src/algo_factory/info.txt | |
parent | cff0e94bf7fdf16243ed04aa54e613a516fbade9 (diff) |
Move Algorithm_Factory from libstate (which it did not depend on) to algo_factory/
Diffstat (limited to 'src/algo_factory/info.txt')
-rw-r--r-- | src/algo_factory/info.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/algo_factory/info.txt b/src/algo_factory/info.txt new file mode 100644 index 000000000..f26b09566 --- /dev/null +++ b/src/algo_factory/info.txt @@ -0,0 +1,14 @@ +realname "Algorithm Factory" + +load_on auto + +define ALGORITHM_FACTORY + +<requires> +utils +</requires> + +<add> +algo_factory.cpp +algo_factory.h +</add> |