About to relearn this version of the language.
This commit is contained in:
@ -6,12 +6,10 @@
|
||||
include(FetchContent)
|
||||
|
||||
# GLFW
|
||||
if(DAWN_TARGET_GLFW)
|
||||
FetchContent_Declare(glfw URL https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip)
|
||||
FetchContent_MakeAvailable(glfw)
|
||||
FetchContent_Declare(glfw URL https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip)
|
||||
FetchContent_MakeAvailable(glfw)
|
||||
|
||||
add_subdirectory(glad)
|
||||
endif()
|
||||
add_subdirectory(glad)
|
||||
|
||||
# GLM
|
||||
FetchContent_Declare(
|
||||
|
Reference in New Issue
Block a user