Sign in
llvm
/
llvm-project
/
clang
/
447ffb26b906540702b0efd20976e46fa694eaa9
/
.
/
unittests
/
Driver
/
CMakeLists.txt
blob: 8cc963b33a21baecd61b3327b8a913ba7b231aef [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(ClangDriverTests
MultilibTest.cpp
)
target_link_libraries(ClangDriverTests
clangDriver
)