math and things

This commit is contained in:
Nishi 2026-01-09 03:38:29 +09:00
commit 2fe23438b0
Signed by: nishi
GPG key ID: 27EF69B208EB9343
17 changed files with 243 additions and 35 deletions

View file

@ -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
)