mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
17 lines
256 B
CMake
17 lines
256 B
CMake
add_swift_library(swiftParse
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
ParseDecl.cpp
|
|
ParseExpr.cpp
|
|
ParseGeneric.cpp
|
|
ParsePattern.cpp
|
|
ParseSIL.cpp
|
|
ParseStmt.cpp
|
|
ParseType.cpp
|
|
PersistentParserState.cpp
|
|
Scope.cpp
|
|
LINK_LIBRARIES
|
|
swiftSIL
|
|
swiftAST)
|
|
|