mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
19 lines
339 B
CMake
19 lines
339 B
CMake
add_swift_host_library(swiftSymbolGraphGen STATIC
|
|
AvailabilityMixin.cpp
|
|
DeclarationFragmentPrinter.cpp
|
|
Edge.cpp
|
|
JSON.cpp
|
|
Symbol.cpp
|
|
SymbolGraph.cpp
|
|
SymbolGraphGen.cpp
|
|
SymbolGraphASTWalker.cpp
|
|
|
|
LLVM_LINK_COMPONENTS
|
|
TargetParser
|
|
)
|
|
|
|
target_link_libraries(swiftSymbolGraphGen PRIVATE
|
|
swiftAST
|
|
swiftIDE
|
|
swiftMarkup)
|