llvm-project/lldb/unittests/Target/CMakeLists.txt

18 lines
324 B
CMake

add_lldb_unittest(TargetTests
MemoryRegionInfoTest.cpp
ModuleCacheTest.cpp
PathMappingListTest.cpp
LINK_LIBS
lldbCore
lldbHost
lldbSymbol
lldbUtility
lldbPluginObjectFileELF
lldbUtilityHelpers
LINK_COMPONENTS
Support
)
add_unittest_inputs(TargetTests TestModule.so)