bolt/deps/llvm-18.1.8/lldb/unittests/ObjectFile/ELF/CMakeLists.txt

18 lines
339 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_lldb_unittest(ObjectFileELFTests
TestObjectFileELF.cpp
LINK_LIBS
lldbPluginObjectFileELF
lldbPluginSymbolFileSymtab
lldbCore
lldbUtilityHelpers
LLVMTestingSupport
)
set(test_inputs
early-section-headers.so
liboffset-test.so
offset-test.bin
)
add_unittest_inputs(ObjectFileELFTests "${test_inputs}")