From 11edae3fbf770695d1b263712ca4f3a40bdd70e3 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 3 Apr 2022 18:36:23 -0700 Subject: Changeset: 1 Branch comment: [] Initial commit --- 3rdparty/glad/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 3rdparty/glad/CMakeLists.txt (limited to '3rdparty/glad/CMakeLists.txt') diff --git a/3rdparty/glad/CMakeLists.txt b/3rdparty/glad/CMakeLists.txt new file mode 100644 index 0000000..9b2556a --- /dev/null +++ b/3rdparty/glad/CMakeLists.txt @@ -0,0 +1,5 @@ +add_library(glad + include/glad/glad.h + src/glad.c +) +target_include_directories(glad PUBLIC include/) -- cgit v1.2.3-70-g09d2