Added CoreAudio and MediaToolbox to BUILD file
PiperOrigin-RevId: 524352900
This commit is contained in:
committed by
Copybara-Service
parent
54d208aa5c
commit
77d1761c7f
Vendored
+10
@@ -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"],
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user