17 lines
298 B
CMake
17 lines
298 B
CMake
|
add_lldb_unittest(TargetTests
|
||
|
MemoryRegionInfoTest.cpp
|
||
|
ModuleCacheTest.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbHost
|
||
|
lldbSymbol
|
||
|
lldbUtility
|
||
|
lldbPluginObjectFileELF
|
||
|
lldbUtilityHelpers
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_unittest_inputs(TargetTests TestModule.so)
|