Skip to content

Commit 7c73511

Browse files
authored
Merge pull request #789 from CodaFi/make-files
Add gyb'd Parser Files to CMake Build
2 parents 4b057ee + 4f946c2 commit 7c73511

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/SwiftParser/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ add_library(SwiftParser STATIC
3232
Types.swift
3333

3434
Diagnostics/ParserDiagnosticMessages.swift
35-
Diagnostics/ParseDiagnosticsGenerator.swift)
35+
Diagnostics/ParseDiagnosticsGenerator.swift
36+
37+
gyb_generated/DeclarationAttribute.swift
38+
gyb_generated/DeclarationModifier.swift
39+
gyb_generated/TypeAttribute.swift)
3640

3741
target_link_libraries(SwiftParser PUBLIC
3842
SwiftSyntax

0 commit comments

Comments
 (0)