mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In order to implement immediate and REPL modes in swift_driver, this functionality needs to be in a library (instead of directly in the swift executable). Swift SVN r12519
6 lines
173 B
CMake
6 lines
173 B
CMake
add_swift_library(swiftImmediate
|
|
Helpers.cpp
|
|
Immediate.cpp
|
|
DEPENDS swiftBasic swiftAST swiftFrontend swiftParse swiftIDE swiftSIL
|
|
swiftSILPasses swiftIRGen)
|