16 lines
226 B
Text
16 lines
226 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_unittest(ClangSupportTests
|
||
|
TimeProfilerTest.cpp
|
||
|
)
|
||
|
|
||
|
clang_target_link_libraries(ClangSupportTests
|
||
|
PRIVATE
|
||
|
clangAST
|
||
|
clangBasic
|
||
|
clangFrontend
|
||
|
clangSerialization
|
||
|
)
|