From f5c89b3bd5d74849757fd5b4d1a300068522a3ca Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:26:57 -0800 Subject: Initial commit --- glad/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 glad/CMakeLists.txt (limited to 'glad/CMakeLists.txt') diff --git a/glad/CMakeLists.txt b/glad/CMakeLists.txt new file mode 100644 index 0000000..08b550c --- /dev/null +++ b/glad/CMakeLists.txt @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.16) + +project(glad) + +add_library(glad + src/glad.c) + +target_include_directories(glad PUBLIC + include) -- cgit v1.2.3