CMake based build system.

Some people might find this handly
This commit is contained in:
ASDF
2017-07-22 19:45:36 -04:00
committed by Benjamin N. summerton
parent 0fc1323c80
commit e173db19f7
14 changed files with 416 additions and 2 deletions

22
.gitignore vendored
View File

@ -131,3 +131,25 @@ src/libraylib.bc
# Meson build system
builddir/
# CMake stuff
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
build
# Unignore These makefiles...
!examples/CMakeLists.txt
!games/CMakeLists.txt
# binaries made from raylib
libraylib.a
libraylib.so
libraylib.dylib
libraylib.dll