summaryrefslogtreecommitdiff
path: root/src/3rdparty/opengl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/opengl/CMakeLists.txt')
-rw-r--r--src/3rdparty/opengl/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/opengl/CMakeLists.txt b/src/3rdparty/opengl/CMakeLists.txt
new file mode 100644
index 000000000..86069c33d
--- /dev/null
+++ b/src/3rdparty/opengl/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_files(
+ khrplatform.h
+ glext.h
+ CONDITION OPENGL_FOUND
+)