*.ninja files were generated automatically.
*.cpp files were taken from here.
Instructions for CMake files can be found here.
- Make:
$ make -f Makefile
- CMake:
$ cmake ~/AK-LW4
- Ninja:
$ cd ~/AK-LW4 && mkdir build && cd build && cmake -GNinja .. && ninja