better project structure
This commit is contained in:
parent
274b3d03b4
commit
98489ed45d
14 changed files with 8051 additions and 36 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.10)
|
||||
|
||||
add_library(glad STATIC
|
||||
src/glad.c
|
||||
)
|
||||
|
||||
target_include_directories(glad PUBLIC
|
||||
include
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue