[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
[llvm-complete.git] / unittests / DebugInfo / CodeView / CMakeLists.txt
blob70a7b8af14479d230d0c621f0ec44236eaa1f275
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoCodeView
3   )
5 add_llvm_unittest(DebugInfoCodeViewTests
6   RandomAccessVisitorTest.cpp
7   TypeHashingTest.cpp
8   TypeIndexDiscoveryTest.cpp
9   )
11 target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)