forked from Hartmut/paradiso
update GLFW
This commit is contained in:
parent
1779f750ff
commit
3e0775aba6
634 changed files with 46322 additions and 30901 deletions
|
@ -5,7 +5,7 @@ set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
|||
set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||
|
||||
add_subdirectory(src/vendor/glad)
|
||||
add_subdirectory(src/vendor/glfw-3.3.8)
|
||||
add_subdirectory(src/vendor/glfw-3.4)
|
||||
|
||||
set(paradiso_srcs
|
||||
src/bitmap_io.cpp
|
||||
|
@ -37,7 +37,7 @@ target_include_directories(
|
|||
paradiso_core
|
||||
PUBLIC
|
||||
include
|
||||
PRIVATE
|
||||
PRIVATE
|
||||
src/vendor/stb
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue