aiq / akbi-dojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

akbi-dojo

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

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

About

License:MIT License


Languages

Language:C 71.0%Language:CMake 29.0%