forked from OSchip/llvm-project
12 lines
157 B
CMake
12 lines
157 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_unittest(ClangDriverTests
|
||
|
MultilibTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(ClangDriverTests
|
||
|
clangDriver
|
||
|
)
|