8 lines
97 B
CMake
8 lines
97 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
)
|
|
|
|
add_clang_library(clangTesting
|
|
CommandLineArgs.cpp
|
|
)
|