Adding libraries and dependencies for easy portability

This commit is contained in:
onTheZero
2024-10-06 17:03:35 -04:00
parent 85bdd1b16b
commit 0c0981e60c
1677 changed files with 302205 additions and 2 deletions

58
Include/glm/.gitignore vendored Normal file
View File

@@ -0,0 +1,58 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt
*.cmake
# ^ May need to add future .cmake files as exceptions
# Test logs
Testing/*
# Test input
test/gtc/*.dds
# Project Files
Makefile
*.cbp
*.user
# Misc.
*.log
# local build(s)
build*
/.vs
/.vscode
/CMakeSettings.json
.DS_Store