1add_lldb_unittest(TargetTests
2  ABITest.cpp
3  ExecutionContextTest.cpp
4  MemoryRegionInfoTest.cpp
5  ModuleCacheTest.cpp
6  PathMappingListTest.cpp
7  RemoteAwarePlatformTest.cpp
8  StackFrameRecognizerTest.cpp
9
10  LINK_LIBS
11      lldbCore
12      lldbHost
13      lldbPluginObjectFileELF
14      lldbPluginPlatformLinux
15      lldbPluginSymbolFileSymtab
16      lldbTarget
17      lldbSymbol
18      lldbUtility
19      lldbUtilityHelpers
20    LINK_COMPONENTS
21      Support
22  )
23
24add_unittest_inputs(TargetTests TestModule.so)
25