Cleared some errors

This commit is contained in:
2025-01-21 21:55:55 -07:00
parent 7398555463
commit 7d51c5a2e7
5 changed files with 2 additions and 7 deletions

View File

@ -4,6 +4,7 @@ file(GLOB 2dGameProject_SRC
"2dGameProject/*.h"
"2dGameProject/*.cpp"
)
set(OpenGL_GL_PREFERENCE GLVND)
find_package(OpenGL REQUIRED)
add_subdirectory(deps/glfw)
add_subdirectory(deps/glad)