An engine to build your dreams
- this project uses cmake to build so install it first
- make a directory in the root directory of the project in which you want to build it (For eg. build)
- then use cmake for the desired build system in the build directory you just created
cmake .. -G "Unix Makefile"cmake ..cmake .. -G "Ninja"