[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / unittests / Disassembler / x86 / CMakeLists.txt
blob31d84cf5d8365fc5878e8fc724f82996cd5a7849
1 add_lldb_unittest(GetControlFlowKindx86Tests
2     TestGetControlFlowKindx86.cpp
3     LINK_LIBS
4       lldbCore
5       lldbSymbol
6       lldbTarget
7       lldbPluginDisassemblerLLVMC
8       lldbPluginProcessUtility
9     LINK_COMPONENTS
10       Support
11       ${LLVM_TARGETS_TO_BUILD}
12   )