llvm-project/libc/benchmarks/automemcpy/unittests/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
258 B
CMake
Raw Normal View History

2021-10-11 23:26:43 +08:00
add_libc_benchmark_unittest(libc-automemcpy-codegen-test
SRCS CodeGenTest.cpp
DEPENDS automemcpy_codegen
)
add_libc_benchmark_unittest(libc-automemcpy-result-analyzer-test
SRCS ResultAnalyzerTest.cpp
DEPENDS automemcpy_result_analyzer_lib
)