mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Buildfix linux
This commit is contained in:
parent
4310e35714
commit
c42e9278b3
@ -169,6 +169,9 @@ include_directories(ext/native)
|
||||
# Work around for some misfeature of the current glslang build system
|
||||
include_directories(ext/glslang)
|
||||
|
||||
# Not sure if this is the best way - what about system glew?
|
||||
# Anyway, glew will be going away anyway.
|
||||
include_directories(ext/glew)
|
||||
|
||||
if(NOT OPENGL_LIBRARIES AND USING_GLES2)
|
||||
set(OPENGL_LIBRARIES GLESv2 EGL)
|
||||
|
Loading…
Reference in New Issue
Block a user