Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glad/CMakeLists.txt')
-rw-r--r--Libraries/glad/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/glad/CMakeLists.txt b/Libraries/glad/CMakeLists.txt
new file mode 100644
index 00000000..b4c1ffae
--- /dev/null
+++ b/Libraries/glad/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(glad ${CMAKE_CURRENT_SOURCE_DIR}/src/glad.c)
+target_include_directories(glad PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include) \ No newline at end of file