Skip to content

Commit cb15745

Browse files
authored
[CMake] Yet another missing dependency. (#4983)
More convinced than ever of the need to automate.
1 parent 6a34f5b commit cb15745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/AVFoundation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ add_swift_library(swiftAVFoundation ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_
33
TARGET_SDKS OSX IOS IOS_SIMULATOR TVOS TVOS_SIMULATOR
44
SWIFT_COMPILE_FLAGS "${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS}"
55
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
6-
SWIFT_MODULE_DEPENDS Foundation CoreMedia
6+
SWIFT_MODULE_DEPENDS Foundation CoreMedia QuartzCore
77
SWIFT_MODULE_DEPENDS_OSX AppKit
88
FRAMEWORK_DEPENDS AVFoundation)

0 commit comments

Comments
 (0)