pixwerx/src/deps/glad/CMakeLists.txt

12 lines
143 B
Text
Raw Normal View History

2019-01-11 23:21:09 +01:00
cmake_minimum_required(VERSION 3.8)
project(glad)
2019-01-11 23:21:09 +01:00
add_library(glad STATIC src/glad.c)
target_include_directories(
glad
PUBLIC
include
)