mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Also be a little smarter about encountering duplicate `@available` attributes on the same declaration. rdar://63570830
15 lines
302 B
CMake
15 lines
302 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
|
|
swiftFrontend
|
|
swiftMarkup)
|