bolt/deps/llvm-18.1.8/lldb/unittests/Disassembler/x86/CMakeLists.txt
2025-02-14 19:21:04 +01:00

12 lines
276 B
CMake

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