inching slowly towards a renderer
This commit is contained in:
parent
4b695ecaf6
commit
c7c7d5af77
28 changed files with 613 additions and 59 deletions
|
@ -1,4 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.8)
|
||||
|
||||
project(glad)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_library(glad STATIC src/glad.c)
|
||||
|
||||
target_include_directories(
|
||||
glad
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue