pixwerx/src/deps/glad/CMakeLists.txt

12 lines
144 B
Text
Raw Normal View History

2025-05-22 13:44:36 +02:00
cmake_minimum_required(VERSION 3.20)
project(glad)
2019-01-11 23:21:09 +01:00
add_library(glad STATIC src/glad.c)
target_include_directories(
2025-05-22 13:44:36 +02:00
glad
PUBLIC
include
)