Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1b51b7fc7f99f1d291284d83aaa8bcc4ce5fd62c
/
.
/
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
)