pixwerx/src/deps/CMakeLists.txt

11 lines
382 B
Text
Raw Normal View History

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)
add_subdirectory(glad)
2019-01-11 23:21:09 +01:00