mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
13 lines
212 B
CMake
13 lines
212 B
CMake
add_swift_library(swiftImmediate STATIC
|
|
Immediate.cpp
|
|
REPL.cpp
|
|
LINK_LIBRARIES
|
|
swiftIDE
|
|
swiftFrontend
|
|
swiftSILGen
|
|
swiftSILOptimizer
|
|
swiftIRGen
|
|
LLVM_COMPONENT_DEPENDS
|
|
linker mcjit)
|
|
|