some old changes

This commit is contained in:
Hartmut Seichter 2023-06-05 11:15:47 +02:00
parent 623f21aedd
commit 7d17df39b3
5 changed files with 59 additions and 18 deletions

View file

@ -1,10 +1,9 @@
set(GLFW_BUILD_EXAMPLES TRUE CACHE BOOL "Build the GLFW example programs" FORCE)
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.2.1)
add_subdirectory(glfw-3.3.5)
add_subdirectory(lua-5.4.2)