4 lines
120 B
CMake
4 lines
120 B
CMake
|
cmake_minimum_required(VERSION 3.22)
|
||
|
|
||
|
add_library(glad source/glad.c)
|
||
|
target_include_directories(glad PUBLIC include)
|