From 591c473dda71c51c5e2a96e8f2a70a9e296a4444 Mon Sep 17 00:00:00 2001 From: 0scar Date: Fri, 1 Mar 2024 08:28:01 +0100 Subject: Fixup stb dependency again --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 65ed5da..658d360 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,6 +105,7 @@ FetchContent_Declare(stb FetchContent_MakeAvailable(cglm stb) ## Glad +# TODO: make sure the glad command is run before building set(GLAD_HEADER ${CMAKE_BINARY_DIR}/include/glad/gl.h) ## Compilation information -- cgit v1.3