/uiinabox

Primary LanguageC

uiinabox

Build & Test

It is recommended to use the following tools:

Build

$ cmake -S mk/cmake -B bld -G "Ninja Multi-Config" -DCMAKE_C_COMPILER=clang
$ cd bld
$ ninja  # like: -f build-Debug.ninja
$ ninja -f build-Debug.ninja
$ ninja -f build-Release.ninja

License

clingo is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.