We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04d766 commit 41b82f7Copy full SHA for 41b82f7
Sources/SwiftIfConfig/CMakeLists.txt
@@ -6,18 +6,20 @@
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_host_library(SwiftIfConfig
+add_swift_syntax_library(SwiftIfConfig
10
BuildConfiguration.swift
11
+ IfConfigError.swift
12
IfConfigEvaluation.swift
13
IfConfigFunctions.swift
14
IfConfigRewriter.swift
15
IfConfigState.swift
16
IfConfigVisitor.swift
17
SyntaxLiteralUtils.swift
18
+ VersionTuple+Parsing.swift
19
VersionTuple.swift
20
)
21
-target_link_libraries(SwiftIfConfig PUBLIC
22
+target_link_swift_syntax_libraries(SwiftIfConfig PUBLIC
23
SwiftSyntax
24
SwiftDiagnostics
25
SwiftOperators
0 commit comments