mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Push the top level logic for writing out swiftmodules and associated files into the frontend library which has access to all the necessary dependencies.
15 lines
297 B
CMake
15 lines
297 B
CMake
add_swift_host_library(swiftSymbolGraphGen STATIC
|
|
AvailabilityMixin.cpp
|
|
DeclarationFragmentPrinter.cpp
|
|
Edge.cpp
|
|
JSON.cpp
|
|
Symbol.cpp
|
|
SymbolGraph.cpp
|
|
SymbolGraphGen.cpp
|
|
SymbolGraphASTWalker.cpp)
|
|
|
|
target_link_libraries(swiftSymbolGraphGen PRIVATE
|
|
swiftAST
|
|
swiftIDE
|
|
swiftMarkup)
|