mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Update CMakeLists.txt
This commit is contained in:
parent
d316e41625
commit
f0c6930b8d
1 changed files with 2 additions and 0 deletions
2
third_party/glad/CMakeLists.txt
vendored
2
third_party/glad/CMakeLists.txt
vendored
|
@ -2,6 +2,8 @@ set(GLAD_FILES src/gl.c include/KHR/khrplatform.h)
|
|||
|
||||
if(WIN32)
|
||||
set(GLAD_FILES ${GLAD_FILES} src/glad_wgl.c)
|
||||
elseif(ANDROID)
|
||||
set(GLAD_FILES ${GLAD_FILES} src/glad_egl.c)
|
||||
elseif(NOT APPLE)
|
||||
set(GLAD_FILES ${GLAD_FILES} src/glad_egl.c src/glad_glx.c)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue