Files
swift-mirror/lib/SymbolGraphGen/CMakeLists.txt
Evan Wilde 41d59b215a Update Triple.h location
Triple moved from ADT to TargetParser. Updating includes to reflect
that.
2023-07-17 10:53:42 -07:00

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)