diff options
Diffstat (limited to 'app/contrib/glad/CMakeLists.txt')
| -rw-r--r-- | app/contrib/glad/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/contrib/glad/CMakeLists.txt b/app/contrib/glad/CMakeLists.txt deleted file mode 100644 index 08b550c..0000000 --- a/app/contrib/glad/CMakeLists.txt +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 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) | ||
