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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
506 B
CMake
Raw Normal View History

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