mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0a0571ae12
The depenedency on libAST this introduced is causing build time
regressions.
This reverts commit ea86221d41.
7 lines
111 B
CMake
7 lines
111 B
CMake
|
|
add_swift_host_library(swiftLocalization STATIC
|
|
LocalizationFormat.cpp
|
|
|
|
LLVM_LINK_COMPONENTS
|
|
support)
|