mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
20 lines
300 B
CMake
20 lines
300 B
CMake
add_swift_library(swiftParse STATIC
|
|
Lexer.cpp
|
|
ParseDecl.cpp
|
|
ParseExpr.cpp
|
|
ParseGeneric.cpp
|
|
ParseIfConfig.cpp
|
|
ParsePattern.cpp
|
|
Parser.cpp
|
|
ParseSIL.cpp
|
|
ParseStmt.cpp
|
|
ParseType.cpp
|
|
PersistentParserState.cpp
|
|
Scope.cpp
|
|
LINK_LIBRARIES
|
|
swiftAST
|
|
swiftSIL
|
|
swiftSyntax
|
|
)
|
|
|