mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-15 03:38:37 +00:00
commit
0c95f18ed6
@ -1,5 +1,5 @@
|
||||
find_package(GLEW)
|
||||
if(GLEW_FOUND)
|
||||
if(NOT APPLE AND GLEW_FOUND)
|
||||
add_library(system_glew INTERFACE)
|
||||
add_library(Ext::GLEW ALIAS system_glew)
|
||||
target_link_libraries(system_glew INTERFACE GLEW::GLEW)
|
||||
|
Loading…
x
Reference in New Issue
Block a user