mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
200 B
CMake
7 lines
200 B
CMake
add_swift_library(swiftAssetsLibrary IS_SDK_OVERLAY
|
|
AssetsLibrary.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Foundation CoreGraphics
|
|
FRAMEWORK_DEPENDS AssetsLibrary)
|
|
|