mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
95 B
CMake
7 lines
95 B
CMake
add_swift_library(swiftTBDGen STATIC
|
|
TBDGen.cpp
|
|
LINK_LIBRARIES
|
|
swiftAST
|
|
swiftSIL
|
|
)
|