mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
208 B
CMake
9 lines
208 B
CMake
set_swift_llvm_is_available()
|
|
|
|
add_swift_host_library(swiftASTSectionImporter STATIC
|
|
ASTSectionImporter.cpp
|
|
LLVM_LINK_COMPONENTS core)
|
|
target_link_libraries(swiftASTSectionImporter PRIVATE
|
|
swiftBasic)
|
|
|