11 lines
382 B
CMake
11 lines
382 B
CMake
|
|
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "Build the GLFW example programs" FORCE)
|
|
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)
|
|
|
|
|
|
add_subdirectory(glfw-3.3.8)
|
|
add_subdirectory(lua-5.4.6)
|
|
add_subdirectory(glad)
|
|
|