mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
13 lines
200 B
CMake
13 lines
200 B
CMake
add_swift_library(swiftImmediate
|
|
Helpers.cpp
|
|
Immediate.cpp
|
|
LINK_LIBRARIES
|
|
swiftIDE
|
|
swiftFrontend
|
|
swiftSILGen
|
|
swiftSILPasses
|
|
swiftIRGen
|
|
COMPONENT_DEPENDS
|
|
linker mcjit)
|
|
|