added window and stuff
This commit is contained in:
parent
a6a40b75c2
commit
8cd67ebc42
15 changed files with 6133 additions and 3 deletions
9
vendor/glad/CMakeLists.txt
vendored
Normal file
9
vendor/glad/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
cmake_minimum_required (VERSION 3.8)
|
||||
|
||||
add_library(glad STATIC
|
||||
"src/glad.c"
|
||||
)
|
||||
|
||||
target_include_directories(glad PUBLIC
|
||||
"include"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue