[RISCV] Change func to funct in RISCVInstrInfoXqci.td. NFC (#119669)
[llvm-project.git] / llvm / lib / WindowsDriver / CMakeLists.txt
blob4747df543762ddecdca0a59f00f83c1ea4f4d7d7
1 add_llvm_component_library(LLVMWindowsDriver
2   MSVCPaths.cpp
4   ADDITIONAL_HEADER_DIRS
5   ${LLVM_MAIN_INCLUDE_DIR}/llvm/WindowsDriver
7   LINK_LIBS
8   ${imported_libs}
10   LINK_COMPONENTS
11   Option
12   Support
13   TargetParser
14   )