Blank window

This commit is contained in:
2025-07-27 12:38:06 -04:00
parent ca54519926
commit 1eb263f836
6 changed files with 116 additions and 6 deletions

View File

@@ -2,4 +2,8 @@ cmake_minimum_required(VERSION 3.31)
project(Ugly)
find_package(GLEW REQUIRED)
find_package(glfw3 CONFIG REQUIRED)
find_package(glm CONFIG REQUIRED)
add_subdirectory(./source/app)