pixwerx/src/deps/CMakeLists.txt

12 lines
382 B
Text
Raw Normal View History

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
add_subdirectory(glfw-3.3.5)
2021-01-31 21:29:56 +01:00
add_subdirectory(lua-5.4.2)
add_subdirectory(glad)
2019-01-11 23:21:09 +01:00