C-Chads / tinygl

The penultimate portable graphics library
Other
453 stars 53 forks source link

cmake: Add standard cmake build dir to gitignore #3

Closed RobLoach closed 3 years ago

RobLoach commented 3 years ago

The standard practice for CMake is to use a build directory...

mkdir build
cd build
cmake ..
make
RobLoach commented 3 years ago

Thanks a lot! :smile: