More Progress

This commit is contained in:
2022-10-18 15:23:50 -07:00
parent 0ec2809d88
commit 6f10535962
45 changed files with 7994 additions and 0 deletions

13
lib/CMakeLists.txt Normal file
View File

@ -0,0 +1,13 @@
# Copyright (c) 2021 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# GLAD
add_subdirectory(glad)
# GLFW
add_subdirectory(glfw)
# GLM
add_subdirectory(glm)