mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
CMake based build system.
Some people might find this handly
This commit is contained in:
committed by
Benjamin N. summerton
parent
0fc1323c80
commit
e173db19f7
22
.gitignore
vendored
22
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user