mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Introduce `GenerateTBDRequest` which outputs the interface file along with a set of public symbols.
12 lines
205 B
CMake
12 lines
205 B
CMake
add_swift_host_library(swiftTBDGen STATIC
|
|
TBDGen.cpp
|
|
TBDGenRequests.cpp
|
|
LLVM_LINK_COMPONENTS
|
|
demangle
|
|
TextAPI
|
|
)
|
|
target_link_libraries(swiftTBDGen PRIVATE
|
|
swiftAST
|
|
swiftIRGen
|
|
swiftSIL)
|