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

16 lines
226 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(ClangSupportTests
TimeProfilerTest.cpp
)
clang_target_link_libraries(ClangSupportTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangSerialization
)