Skip to content
Snippets Groups Projects
Commit 0fe95cdc authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Minor _oasis file cleanups

parent c2f74310
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,16 @@ Synopsis: Coalgebraic Ontology Logic solver
Authors: Florian Widmann, Thorsten Wißmann
License: GPL
# main frontend
Executable coalg
#Build$: flag(is_native)
CompiledObject: native
Path: src
BuildTools: ocamlbuild
BuildDepends: ocamlgraph,
unix,
str
MainIs: coalg.ml
CCOpt: -std=c++98 -x c++
CCLib: -lminisat -lstdc++ -lbdd -lm -lglpk
# Warning: we use C++ sources in .c files because oasis does not recognize
# cpp-files
......@@ -45,11 +48,6 @@ Executable coalg
GMLMIP-0.1/rules/sizefunctions.c,
GMLMIP-0.1/rules/radixtree.h,
GMLMIP-0.1/rules/radixtree.c
BuildDepends: ocamlgraph,
unix,
str
CCOpt: -std=c++98 -x c++
CCLib: -lminisat -lstdc++ -lbdd -lm -lglpk
# some cabal similar syntax, so steal its syntax highlighting
# vim: ft=cabal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment