Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
70b34533c22703b51a95598afceb58a0257d434b
/
.
/
clang
/
unittests
/
Driver
/
CMakeLists.txt
blob: a4f75d26f660373e998917ddc7fa9f555ac1166b [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
Option
)
add_clang_unittest(ClangDriverTests
DistroTest.cpp
ToolChainTest.cpp
MultilibTest.cpp
)
target_link_libraries(ClangDriverTests
clangDriver
clangBasic
)