[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / llvm / lib / Target / X86 / MCA / CMakeLists.txt
blobe925c683184399d0da168df848e2d4df38381935
1 add_llvm_component_library(LLVMX86TargetMCA
2   X86CustomBehaviour.cpp
4   LINK_COMPONENTS
5   CodeGenTypes
6   MC
7   MCA
8   MCParser
9   Support
10   TargetParser
11   X86Desc
12   X86Info
14   ADD_TO_COMPONENT
15   X86
16   )