bolt/deps/llvm-18.1.8/llvm/unittests/DebugInfo/BTF/CMakeLists.txt
2025-02-14 19:21:04 +01:00

13 lines
303 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
DebugInfoBTF
ObjectYAML
)
add_llvm_unittest(DebugInfoBTFTests
BTFParserTest.cpp
)
target_link_libraries(DebugInfoBTFTests PRIVATE LLVMTestingSupport)
set_property(TARGET DebugInfoBTFTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")