mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
19 lines
357 B
CMake
19 lines
357 B
CMake
add_swift_library(swiftIDE
|
|
CodeCompletion.cpp
|
|
CodeCompletionCache.cpp
|
|
CommentConversion.cpp
|
|
ModuleInterfacePrinting.cpp
|
|
ReconstructType.cpp
|
|
REPLCodeCompletion.cpp
|
|
SourceEntityWalker.cpp
|
|
SwiftSourceDocInfo.cpp
|
|
SyntaxModel.cpp
|
|
Utils.cpp
|
|
LINK_LIBRARIES
|
|
swiftFrontend
|
|
swiftClangImporter
|
|
swiftParse
|
|
swiftSema
|
|
swiftAST)
|
|
|