Files
swift-mirror/lib/ASTSectionImporter/CMakeLists.txt
Saleem Abdulrasool 218b37e1bb build: rename LLVM_COMPONENT_DEPENDS
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.
2019-05-04 19:58:28 -07:00

7 lines
177 B
CMake

add_swift_host_library(swiftASTSectionImporter STATIC
ASTSectionImporter.cpp
LLVM_LINK_COMPONENTS core)
target_link_libraries(swiftASTSectionImporter PRIVATE
swiftBasic)