12 lines
266 B
CMake
12 lines
266 B
CMake
add_lldb_unittest(DisassemblerTests
|
|
TestArm64Disassembly.cpp
|
|
TestArmv7Disassembly.cpp
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginDisassemblerLLVMC
|
|
lldbPluginProcessUtility
|
|
LINK_COMPONENTS
|
|
Support
|
|
${LLVM_TARGETS_TO_BUILD})
|