mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
CMake buildfix
This commit is contained in:
parent
f8a0ba3b86
commit
efc206e8f2
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@ endif()
|
|||
|
||||
include_directories(ext/native)
|
||||
|
||||
# Work around for some misfeature of the current glslang build system
|
||||
include_directories(ext/glslang)
|
||||
|
||||
|
||||
if(NOT OPENGL_LIBRARIES AND USING_GLES2)
|
||||
set(OPENGL_LIBRARIES GLESv2 EGL)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue