xref: /llvm-project/llvm/unittests/DebugInfo/BTF/CMakeLists.txt (revision 4ecbfacf9ecdc5bd9bf699d400c5058071b9500c)
1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  DebugInfoBTF
4  ObjectYAML
5  )
6
7add_llvm_unittest(DebugInfoBTFTests
8  BTFParserTest.cpp
9  )
10
11target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)
12