Disable GLFW tests, example programs, and docs in build
This commit is contained in:
parent
53262c53c4
commit
91fd0d0786
@ -65,6 +65,9 @@ if(NOT BUILDCORE_TARGET STREQUAL "gba")
|
|||||||
/usr/local/include
|
/usr/local/include
|
||||||
)
|
)
|
||||||
add_subdirectory(deps/glad)
|
add_subdirectory(deps/glad)
|
||||||
|
set(GLFW_BUILD_EXAMPLES OFF)
|
||||||
|
set(GLFW_BUILD_TESTS OFF)
|
||||||
|
set(GLFW_BUILD_DOCS OFF)
|
||||||
add_subdirectory(deps/glfw)
|
add_subdirectory(deps/glfw)
|
||||||
add_subdirectory(deps/imgui)
|
add_subdirectory(deps/imgui)
|
||||||
add_subdirectory(deps/lodepng)
|
add_subdirectory(deps/lodepng)
|
||||||
|
Loading…
Reference in New Issue
Block a user