mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
ext: Allow use system glew with system ffmpeg (macOS)
This commit is contained in:
parent
521b04452e
commit
0c3c89a093
@ -1,5 +1,5 @@
|
||||
find_package(GLEW)
|
||||
if(NOT APPLE AND GLEW_FOUND)
|
||||
if((NOT APPLE OR USE_SYSTEM_FFMPEG) AND GLEW_FOUND)
|
||||
add_library(system_glew INTERFACE)
|
||||
add_library(Ext::GLEW ALIAS system_glew)
|
||||
target_link_libraries(system_glew INTERFACE GLEW::GLEW)
|
||||
|
Loading…
Reference in New Issue
Block a user