Skip to content

Commit 41b82f7

Browse files
committed
Update CMake build for SwiftIfConfig changes
1 parent f04d766 commit 41b82f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/SwiftIfConfig/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
88

9-
add_swift_host_library(SwiftIfConfig
9+
add_swift_syntax_library(SwiftIfConfig
1010
BuildConfiguration.swift
11+
IfConfigError.swift
1112
IfConfigEvaluation.swift
1213
IfConfigFunctions.swift
1314
IfConfigRewriter.swift
1415
IfConfigState.swift
1516
IfConfigVisitor.swift
1617
SyntaxLiteralUtils.swift
18+
VersionTuple+Parsing.swift
1719
VersionTuple.swift
1820
)
1921

20-
target_link_libraries(SwiftIfConfig PUBLIC
22+
target_link_swift_syntax_libraries(SwiftIfConfig PUBLIC
2123
SwiftSyntax
2224
SwiftDiagnostics
2325
SwiftOperators

0 commit comments

Comments
 (0)