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

15 lines
227 B
CMake

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}")