add libglfw
This commit is contained in:
parent
94319065e1
commit
fe95b669c9
4 changed files with 0 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -13,7 +13,6 @@
|
||||||
*.pch
|
*.pch
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
# Compiled Dynamic libraries
|
||||||
*.dylib
|
|
||||||
*.dll
|
*.dll
|
||||||
|
|
||||||
# Fortran module files
|
# Fortran module files
|
||||||
|
@ -23,7 +22,6 @@
|
||||||
# Compiled Static libraries
|
# Compiled Static libraries
|
||||||
*.lai
|
*.lai
|
||||||
*.la
|
*.la
|
||||||
*.a
|
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
|
@ -52,13 +50,11 @@
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
# Shared objects (inc. Windows DLLs)
|
||||||
*.dll
|
*.dll
|
||||||
*.dylib
|
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.exe
|
*.exe
|
||||||
|
|
BIN
Libraries/GLFW/Linux/libglfw.so.3.3
Normal file
BIN
Libraries/GLFW/Linux/libglfw.so.3.3
Normal file
Binary file not shown.
BIN
Libraries/GLFW/MacOS/libglfw.3.3.dylib
Normal file
BIN
Libraries/GLFW/MacOS/libglfw.3.3.dylib
Normal file
Binary file not shown.
BIN
Libraries/GLFW/Windows/libglfw3.a
Normal file
BIN
Libraries/GLFW/Windows/libglfw3.a
Normal file
Binary file not shown.
Loading…
Reference in a new issue