added window and stuff

This commit is contained in:
Lauchmelder 2022-02-18 16:06:16 +01:00
parent a6a40b75c2
commit 8cd67ebc42
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
15 changed files with 6133 additions and 3 deletions

9
vendor/glad/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,9 @@
cmake_minimum_required (VERSION 3.8)
add_library(glad STATIC
"src/glad.c"
)
target_include_directories(glad PUBLIC
"include"
)