Files
swift-mirror/lib/Macros/Sources/SwiftMacros/CMakeLists.txt
Holly Borla bac0a10ae2 [Macros] Update the name and argument list for the function body macro
that wraps a function or closure body in a new top-level task.
2025-03-21 06:21:45 -07:00

27 lines
817 B
CMake

#===--- CMakeLists.txt - Swift macros library ----------------------===#
#
# This source file is part of the Swift.org open source project
#
# Copyright (c) 2023 Apple Inc. and the Swift project authors
# Licensed under Apache License v2.0 with Runtime Library Exception
#
# See https://swift.org/LICENSE.txt for license information
# See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
#
#===----------------------------------------------------------------------===#
add_swift_macro_library(SwiftMacros
OptionSetMacro.swift
DebugDescriptionMacro.swift
DistributedResolvableMacro.swift
TaskMacro.swift
SyntaxExtensions.swift
TaskLocalMacro.swift
SwiftifyImportMacro.swift
SWIFT_DEPENDENCIES
SwiftDiagnostics
SwiftSyntax
SwiftSyntaxBuilder
SwiftSyntaxMacros
)