mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
16 lines
284 B
CMake
16 lines
284 B
CMake
add_swift_library(swiftIDE
|
|
CodeCompletion.cpp
|
|
CommentConversion.cpp
|
|
ModuleInterfacePrinting.cpp
|
|
REPLCodeCompletion.cpp
|
|
SourceEntityWalker.cpp
|
|
SyntaxModel.cpp
|
|
Utils.cpp
|
|
LINK_LIBRARIES
|
|
swiftFrontend
|
|
swiftClangImporter
|
|
swiftParse
|
|
swiftSema
|
|
swiftAST)
|
|
|