mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +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…
Reference in New Issue
Block a user