More Progress
This commit is contained in:
13
lib/CMakeLists.txt
Normal file
13
lib/CMakeLists.txt
Normal 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)
|
Reference in New Issue
Block a user