mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-31 12:31:45 +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…
x
Reference in New Issue
Block a user