1 2 3 4 5 6 7 8 9
cmake_minimum_required(VERSION 3.16) project(glad) add_library(glad src/glad.c) target_include_directories(glad PUBLIC include)