mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This change depends on a coordinated SceneKit change which makes the original method unavailable to avoid ambiguity. The API also requires a data file, so no tests yet. rdar://20384835 Swift SVN r27319
10 lines
231 B
CMake
10 lines
231 B
CMake
add_swift_library(swiftSceneKit IS_SDK_OVERLAY
|
|
SceneKit.swift
|
|
Thunks.mm
|
|
|
|
SWIFT_MODULE_DEPENDS Foundation GLKit
|
|
SWIFT_MODULE_DEPENDS_OSX AppKit QuartzCore
|
|
SWIFT_MODULE_DEPENDS_IOS_TVOS UIKit
|
|
FRAMEWORK_DEPENDS SceneKit)
|
|
|