mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix macOS compilation
This is needed for GL/glew.h to be found.
This commit is contained in:
parent
3bfe921a7a
commit
d7ad991b7e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue