better project structure

This commit is contained in:
Robert Altner 2022-05-03 14:58:14 +02:00
parent 274b3d03b4
commit 98489ed45d
14 changed files with 8051 additions and 36 deletions

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

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