pixwerx/src/deps/CMakeLists.txt

13 lines
408 B
Text
Raw Normal View History

2019-01-11 23:21:09 +01:00
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)
2020-03-02 19:35:17 +01:00
add_subdirectory(glfw-3.3.2)
add_subdirectory(lua-5.3.5)
add_subdirectory(glad)
2019-01-11 23:21:09 +01:00
#add_subdirectory(arrrgh)
2017-06-27 23:20:14 +02:00