mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is not a target dependency but a target link. Name the parameter to be less misleading. This also makes the name identical to the LLVM parameter.
7 lines
177 B
CMake
7 lines
177 B
CMake
add_swift_host_library(swiftASTSectionImporter STATIC
|
|
ASTSectionImporter.cpp
|
|
LLVM_LINK_COMPONENTS core)
|
|
target_link_libraries(swiftASTSectionImporter PRIVATE
|
|
swiftBasic)
|
|
|