Sign in
chromium
/
native_client
/
pnacl-clang
/
a9fdf00b324f8cb00b5709c8015ecbd170250fe8
/
.
/
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
)