Files
swift-mirror/lib/Immediate/CMakeLists.txt
Connor Wakamo 8fc6a6d599 [immediate] Moved the support for immediate and REPL modes into a new swiftImmediate library.
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
2014-01-18 00:55:45 +00:00

6 lines
173 B
CMake

add_swift_library(swiftImmediate
Helpers.cpp
Immediate.cpp
DEPENDS swiftBasic swiftAST swiftFrontend swiftParse swiftIDE swiftSIL
swiftSILPasses swiftIRGen)