File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ add_subdirectory(SwiftSyntaxMacros)
1818add_subdirectory (SwiftSyntaxMacroExpansion)
1919add_subdirectory (SwiftCompilerPluginMessageHandling)
2020add_subdirectory (SwiftIDEUtils)
21+ add_subdirectory (SwiftCompilerPlugin)
Original file line number Diff line number Diff line change 1+ # This source file is part of the Swift.org open source project
2+ #
3+ # Copyright (c) 2014 - 2024 Apple Inc. and the Swift project authors
4+ # Licensed under Apache License v2.0 with Runtime Library Exception
5+ #
6+ # See http://swift.org/LICENSE.txt for license information
7+ # See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8+
9+ add_swift_syntax_library(SwiftCompilerPlugin
10+ CompilerPlugin.swift
11+ )
12+
13+ target_link_swift_syntax_libraries(SwiftCompilerPlugin PUBLIC
14+ SwiftSyntaxMacros
15+ SwiftCompilerPluginMessageHandling)
You can’t perform that action at this time.
0 commit comments