mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The code completio infrastructure is also being used for cursor info now, so it should no longer be called code completion. rdar://103251187
18 lines
324 B
CMake
18 lines
324 B
CMake
|
|
add_swift_host_library(swiftIDETool STATIC
|
|
CompileInstance.cpp
|
|
CompilerInvocation.cpp
|
|
IDEInspectionInstance.cpp
|
|
DependencyChecking.cpp
|
|
)
|
|
|
|
target_link_libraries(swiftIDETool PRIVATE
|
|
swiftAST
|
|
swiftDriver
|
|
swiftFrontend
|
|
swiftFrontendTool
|
|
clangAST
|
|
clangFrontend)
|
|
|
|
set_swift_llvm_is_available(swiftIDETool)
|