Added CoreAudio and MediaToolbox to BUILD file
PiperOrigin-RevId: 524352900
This commit is contained in:
parent
54d208aa5c
commit
77d1761c7f
10
third_party/apple_frameworks/BUILD
vendored
10
third_party/apple_frameworks/BUILD
vendored
|
@ -76,3 +76,13 @@ cc_library(
|
||||||
name = "QuartzCore",
|
name = "QuartzCore",
|
||||||
linkopts = ["-framework QuartzCore"],
|
linkopts = ["-framework QuartzCore"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "CoreAudio",
|
||||||
|
linkopts = ["-framework CoreAudio"],
|
||||||
|
)
|
||||||
|
|
||||||
|
cc_library(
|
||||||
|
name = "MediaToolbox",
|
||||||
|
linkopts = ["-framework MediaToolbox"],
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user