Sign in
fuchsia
/
third_party
/
swift
/
refs/heads/upstream/holiday-patches
/
.
/
lib
/
ASTSectionImporter
/
CMakeLists.txt
blob: 1a8b262e2a2c087e6b3d20bf85fe57ce94ab36ff [
file
] [
log
] [
blame
] [
edit
]
set_swift_llvm_is_available()
add_swift_host_library(swiftASTSectionImporter STATIC
ASTSectionImporter.cpp
LLVM_LINK_COMPONENTS core)
target_link_libraries(swiftASTSectionImporter PRIVATE
swiftBasic)