2019-01-11 23:21:09 +01:00
|
|
|
|
2020-11-24 23:54:49 +01:00
|
|
|
set(GLFW_BUILD_EXAMPLES TRUE CACHE BOOL "Build the GLFW example programs" FORCE)
|
2019-01-11 23:21:09 +01:00
|
|
|
set(GLFW_BUILD_TESTS OFF CACHE BOOL "Build the GLFW test programs" FORCE)
|
|
|
|
set(GLFW_BUILD_DOCS OFF CACHE BOOL "Build the GLFW documentation" FORCE)
|
|
|
|
set(GLFW_INSTALL OFF CACHE BOOL "Generate installation target" FORCE)
|
|
|
|
|
2020-11-24 23:54:49 +01:00
|
|
|
add_subdirectory(glfw-3.2.1)
|
2021-01-31 21:29:56 +01:00
|
|
|
add_subdirectory(lua-5.4.2)
|
2017-06-29 07:15:32 +02:00
|
|
|
add_subdirectory(glad)
|
2019-01-11 23:21:09 +01:00
|
|
|
|