diff options
Diffstat (limited to 'app/contrib/glad/CMakeLists.txt')
-rw-r--r-- | app/contrib/glad/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/contrib/glad/CMakeLists.txt b/app/contrib/glad/CMakeLists.txt new file mode 100644 index 0000000..08b550c --- /dev/null +++ b/app/contrib/glad/CMakeLists.txt | |||
@@ -0,0 +1,9 @@ | |||
1 | cmake_minimum_required(VERSION 3.16) | ||
2 | |||
3 | project(glad) | ||
4 | |||
5 | add_library(glad | ||
6 | src/glad.c) | ||
7 | |||
8 | target_include_directories(glad PUBLIC | ||
9 | include) | ||