[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git] / llvm / lib / Target / VE / AsmParser / CMakeLists.txt
blob1312ae3ea1035ec5e30ae6810a38d021dd4641a3
1 add_llvm_component_library(LLVMVEAsmParser
2   VEAsmParser.cpp
4   LINK_COMPONENTS
5   CodeGenTypes
6   MC
7   MCParser
8   Support
9   VEDesc
10   VEInfo
12   ADD_TO_COMPONENT
13   VE
14   )