bolt/deps/llvm-18.1.8/lldb/unittests/Host/common/CMakeLists.txt

16 lines
227 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
set (FILES
ZipFileResolverTest.cpp
)
add_lldb_unittest(HostCommonTests
${FILES}
LINK_LIBS
lldbHost
lldbUtilityHelpers
)
set(test_inputs
zip-test.zip
)
add_unittest_inputs(HostCommonTests "${test_inputs}")