mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
11 lines
283 B
CMake
11 lines
283 B
CMake
add_swift_host_tool(swift-dependency-tool
|
|
swift-dependency-tool.cpp
|
|
SWIFT_COMPONENT tools
|
|
)
|
|
target_link_libraries(swift-dependency-tool
|
|
PRIVATE
|
|
swiftAST
|
|
swiftParse
|
|
swiftClangImporter)
|
|
|