summaryrefslogtreecommitdiff
path: root/externals/glad
diff options
context:
space:
mode:
Diffstat (limited to 'externals/glad')
-rw-r--r--externals/glad/CMakeLists.txt3
-rw-r--r--externals/glad/Readme.md5
2 files changed, 8 insertions, 0 deletions
diff --git a/externals/glad/CMakeLists.txt b/externals/glad/CMakeLists.txt
index c43ae475a..3dfcac2fd 100644
--- a/externals/glad/CMakeLists.txt
+++ b/externals/glad/CMakeLists.txt
@@ -1,3 +1,6 @@
1# SPDX-FileCopyrightText: 2015 Yuri Kunde Schlesner <yuriks@yuriks.net>
2# SPDX-License-Identifier: GPL-2.0-or-later
3
1add_library(glad STATIC 4add_library(glad STATIC
2 src/glad.c 5 src/glad.c
3 include/KHR/khrplatform.h 6 include/KHR/khrplatform.h
diff --git a/externals/glad/Readme.md b/externals/glad/Readme.md
index 7aad7fff2..998eec4a7 100644
--- a/externals/glad/Readme.md
+++ b/externals/glad/Readme.md
@@ -1,3 +1,8 @@
1<!--
2SPDX-FileCopyrightText: 2015 Yuri Kunde Schlesner <yuriks@yuriks.net>
3SPDX-License-Identifier: GPL-2.0-or-later
4-->
5
1These files were generated by the [glad](https://github.com/Dav1dde/glad) OpenGL loader generator and have been checked in as-is. You can re-generate them using glad with the following command: 6These files were generated by the [glad](https://github.com/Dav1dde/glad) OpenGL loader generator and have been checked in as-is. You can re-generate them using glad with the following command:
2 7
3``` 8```