forked from OSchip/llvm-project
12 lines
238 B
CMake
12 lines
238 B
CMake
|
add_lldb_unittest(DisassemblerTests
|
||
|
TestArmv7Disassembly.cpp
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbSymbol
|
||
|
lldbTarget
|
||
|
lldbPluginDisassemblerLLVM
|
||
|
lldbPluginProcessUtility
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
${LLVM_TARGETS_TO_BUILD})
|