mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-30 12:24:39 +01:00
Fix macOS compilation
This is needed for GL/glew.h to be found.
This commit is contained in:
parent
3bfe921a7a
commit
d7ad991b7e
|
|
@ -111,10 +111,10 @@ target_link_libraries(rpcs3_emu
|
|||
PUBLIC
|
||||
3rdparty::ffmpeg 3rdparty::cereal
|
||||
3rdparty::opengl 3rdparty::stblib
|
||||
3rdparty::vulkan
|
||||
3rdparty::vulkan 3rdparty::glew
|
||||
PRIVATE
|
||||
3rdparty::gsl 3rdparty::xxhash
|
||||
3rdparty::dx12 3rdparty::glew)
|
||||
3rdparty::dx12)
|
||||
|
||||
|
||||
# Setup cotire
|
||||
|
|
|
|||
Loading…
Reference in a new issue