forked from OSchip/llvm-project
11 lines
154 B
CMake
11 lines
154 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_unittest(RewriteTests
|
||
|
RewriteBufferTest.cpp
|
||
|
)
|
||
|
target_link_libraries(RewriteTests
|
||
|
clangRewrite
|
||
|
)
|