BazkieBumpercar / GameplayFootball

Football game, discontinued
The Unlicense
200 stars 71 forks source link

Added CMake files for building the game. #2

Closed farrer closed 7 years ago

farrer commented 7 years ago

This will add a CMake script to configure and compile the game. It follow the same as the Blunted2 one, with the addition of searching for that library (thus, it should be used after the make install of Blunted2).

The build process will be:

mkdir build cd build cmake .. make -j8

(change 8 to the number of threads will use on compilation)

BazkieBumpercar commented 7 years ago

cheers mate good job :)