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

24 lines
476 B
CMake

add_lldb_unittest(TargetTests
ABITest.cpp
ExecutionContextTest.cpp
MemoryRegionInfoTest.cpp
ModuleCacheTest.cpp
PathMappingListTest.cpp
StackFrameRecognizerTest.cpp
LINK_LIBS
lldbCore
lldbHost
lldbPluginObjectFileELF
lldbPluginPlatformLinux
lldbPluginSymbolFileSymtab
lldbTarget
lldbSymbol
lldbUtility
lldbUtilityHelpers
LINK_COMPONENTS
Support
)
add_unittest_inputs(TargetTests TestModule.so)