Files
swift-mirror/tools/swift-serialize-diagnostics/CMakeLists.txt
Saleem Abdulrasool fe0a945898 AST: split out diagnostics serialization
Create a new diagnostics serialization library, splitting out of
swiftAST to reduce the overheads for building the tooling for
cross-compiling the toolchain.  This should reduce the build time for
swift-serialize-diagnostics to enable cross-compilation.
2020-08-24 09:21:55 -07:00

7 lines
187 B
CMake

add_swift_host_tool(swift-serialize-diagnostics
swift-serialize-diagnostics.cpp
SWIFT_COMPONENT tools
)
target_link_libraries(swift-serialize-diagnostics PRIVATE
swiftLocalization)