Files
swift-mirror/stdlib/public/SDK/LocalAuthentication/CMakeLists.txt
Jordan Rose 1f0d262425 SDK overlay: weak-link to frameworks introduced since our API sunset.
Apps don't weak-link our overlays today, so if the overlays strong-link
to frameworks apps won't launch on older OSs. This was causing failures
on the buildbot, but is actually a serious issue for our developers.

Swift SVN r31180
2015-08-12 18:30:13 +00:00

6 lines
202 B
CMake

add_swift_library(swiftLocalAuthentication IS_SDK_OVERLAY
LocalAuthentication.swift
TARGET_SDKS OSX IOS IOS_SIMULATOR
SWIFT_MODULE_DEPENDS Foundation
FRAMEWORK_DEPENDS_WEAK LocalAuthentication)