mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add dependency on swiftFoundation so Foundation
overlay is built too. This is for // rdar://16726822 Swift SVN r19371
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
set(SHARED_LIBRARY ON)
|
||||
add_swift_library(swiftCoreImage INSTALL
|
||||
CoreImage.swift
|
||||
DEPENDS swift_stdlib_core swiftObjectiveC)
|
||||
DEPENDS swift_stdlib_core swiftFoundation swiftObjectiveC)
|
||||
|
||||
add_swift_optimization_flags(swiftCoreImage)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
set(SHARED_LIBRARY ON)
|
||||
add_swift_library(swiftQuartzCore INSTALL
|
||||
QuartzCore.swift
|
||||
DEPENDS swift_stdlib_core swiftObjectiveC)
|
||||
DEPENDS swift_stdlib_core swiftFoundation swiftObjectiveC)
|
||||
|
||||
add_swift_optimization_flags(swiftQuartzCore)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user