Add dependency on swiftFoundation so Foundation

overlay is built too. This is for // rdar://16726822


Swift SVN r19371
This commit is contained in:
Fariborz Jahanian
2014-06-30 21:53:30 +00:00
parent 9825954746
commit bae70e6358
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)