15 lines · plain
1add_llvm_component_library(LLVMWindowsDriver2 MSVCPaths.cpp3 4 ADDITIONAL_HEADER_DIRS5 ${LLVM_MAIN_INCLUDE_DIR}/llvm/WindowsDriver6 7 LINK_LIBS8 ${imported_libs}9 10 LINK_COMPONENTS11 Option12 Support13 TargetParser14 )15