diff options
| author | Daniil Baturin <daniil@baturin.org> | 2015-04-15 17:47:59 +0600 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2015-04-15 17:47:59 +0600 |
| commit | b6de92f819638538fb646c0d4096cb2f01a939d3 (patch) | |
| tree | f908148e78909506f00be48fd62d6d233776578d | |
| parent | b79586e9f1bb3dacf84e86fa62aea28751892741 (diff) | |
| download | vyconf-b6de92f819638538fb646c0d4096cb2f01a939d3.tar.gz vyconf-b6de92f819638538fb646c0d4096cb2f01a939d3.zip | |
Group vyconf modules into a single library.
| -rw-r--r-- | _oasis | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -11,9 +11,21 @@ OASISFormat: 0.4 BuildTools: ocamlbuild Plugins: META (0.4), DevFiles (0.4) +Library "vyconf" + Path: src + Modules: Vytree, Vylist, Value_checker + Install: false + Library "vytree" Path: src Modules: Vytree + FindlibParent: vyconf + +Library "value_checker" + Path: src + Modules: Value_checker + FindlibParent: vyconf + BuildDepends: pcre Executable "vyconfd" Path: src @@ -26,7 +38,7 @@ Executable "vyconf_tree_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit, vytree + BuildDepends: oUnit, vyconf Executable "vylist_test" Path: test @@ -34,7 +46,7 @@ Executable "vylist_test" Build$: flag(tests) CompiledObject: best Install: false - BuildDepends: oUnit + BuildDepends: oUnit, vyconf Test "vyconf_tree_test" Run$: flag(tests) |
