llvm-project/clang/unittests/Driver/CMakeLists.txt

16 lines
216 B
CMake

set(LLVM_LINK_COMPONENTS
Support
Option
)
add_clang_unittest(ClangDriverTests
DistroTest.cpp
ToolChainTest.cpp
MultilibTest.cpp
)
target_link_libraries(ClangDriverTests
clangDriver
clangBasic
)