Files
swift-mirror/stdlib/public/SDK/AVFoundation/CMakeLists.txt
Dmitri Hrybenko 0d569c8e2d AVFoundation depends on CoreMedia
Swift SVN r28602
2015-05-15 01:50:49 +00:00

5 lines
173 B
CMake

add_swift_library(swiftAVFoundation IS_SDK_OVERLAY
AVFoundation.swift
TARGET_SDKS OSX IOS IOS_SIMULATOR TVOS TVOS_SIMULATOR
SWIFT_MODULE_DEPENDS Foundation CoreMedia)