Don't link IOSurface and Metal in OS X version.
This commit is contained in:
parent
834a8a00e4
commit
763af89594
1 changed files with 8 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ INTERFACE
|
||||||
CoreText
|
CoreText
|
||||||
CoreGraphics
|
CoreGraphics
|
||||||
CoreMedia
|
CoreMedia
|
||||||
IOSurface
|
|
||||||
Metal
|
|
||||||
OpenGL
|
OpenGL
|
||||||
AudioUnit
|
AudioUnit
|
||||||
ApplicationServices
|
ApplicationServices
|
||||||
|
|
@ -70,3 +68,11 @@ INTERFACE
|
||||||
CoreWLAN
|
CoreWLAN
|
||||||
IOKit
|
IOKit
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if (NOT build_osx)
|
||||||
|
target_link_frameworks(common_options
|
||||||
|
INTERFACE
|
||||||
|
IOSurface
|
||||||
|
Metal
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue