blob: 870e1bed1adaa50847ec98f890f38165a6b02b31 [file] [log] [blame]
add_swift_library(swiftParse STATIC
Lexer.cpp
ParseDecl.cpp
ParseExpr.cpp
ParseGeneric.cpp
ParsePattern.cpp
Parser.cpp
ParseSIL.cpp
ParseStmt.cpp
ParseType.cpp
PersistentParserState.cpp
Scope.cpp
LINK_LIBRARIES
swiftAST
swiftSIL
swiftSyntax
)