diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-03-01 07:28:01 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-03-01 07:28:54 +0000 |
| commit | 591c473dda71c51c5e2a96e8f2a70a9e296a4444 (patch) | |
| tree | eb69411c79cbcb6f1a695959e1d53e2690778892 /CMakeLists.txt | |
| parent | 1844411907ed3e68f08f951a4e07816ee4e0c0cf (diff) | |
Fixup stb dependency again
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
