math and things
This commit is contained in:
parent
247661fc13
commit
2fe23438b0
17 changed files with 243 additions and 35 deletions
14
engine/external/glad/CMakeLists.txt
vendored
14
engine/external/glad/CMakeLists.txt
vendored
|
|
@ -1,14 +0,0 @@
|
|||
cmake_minimum_required(VERSION 3.11)
|
||||
project(glad)
|
||||
|
||||
add_library(
|
||||
glad
|
||||
STATIC
|
||||
src/glad.c
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
glad
|
||||
PUBLIC
|
||||
include
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue