llvm-project/lldb/unittests/Disassembler/x86/CMakeLists.txt

13 lines
276 B
CMake

add_lldb_unittest(GetControlFlowKindx86Tests
TestGetControlFlowKindx86.cpp
LINK_LIBS
lldbCore
lldbSymbol
lldbTarget
lldbPluginDisassemblerLLVMC
lldbPluginProcessUtility
LINK_COMPONENTS
Support
${LLVM_TARGETS_TO_BUILD}
)