mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
18 lines
340 B
CMake
18 lines
340 B
CMake
add_swift_host_library(swiftImmediate STATIC
|
|
SwiftMaterializationUnit.cpp
|
|
Immediate.cpp
|
|
LLVM_LINK_COMPONENTS
|
|
executionengine
|
|
linker
|
|
mcjit
|
|
orcjit
|
|
orctargetprocess
|
|
jitlink
|
|
transformutils)
|
|
target_link_libraries(swiftImmediate PRIVATE
|
|
swiftFrontend
|
|
swiftIDE
|
|
swiftIRGen
|
|
swiftSILGen
|
|
swiftSILOptimizer)
|