2019-01-11 23:21:09 +01:00
|
|
|
|
2023-06-05 11:15:47 +02:00
|
|
|
set(GLFW_BUILD_EXAMPLES OFF 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)
|
|
|
|
|
2021-12-01 20:43:01 +01:00
|
|
|
|
2023-06-24 09:42:04 +02:00
|
|
|
add_subdirectory(glfw-3.3.8)
|
|
|
|
add_subdirectory(lua-5.4.6)
|
2017-06-29 07:15:32 +02:00
|
|
|
add_subdirectory(glad)
|
2019-01-11 23:21:09 +01:00
|
|
|
|