mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
12 lines
328 B
CMake
12 lines
328 B
CMake
add_swift_host_tool(swift-api-digester
|
|
swift-api-digester.cpp
|
|
ModuleAnalyzerNodes.cpp
|
|
ModuleDiagsConsumer.cpp
|
|
SWIFT_COMPONENT toolchain-tools
|
|
)
|
|
target_link_libraries(swift-api-digester
|
|
PRIVATE
|
|
swiftFrontend
|
|
swiftSIL
|
|
swiftIDE)
|