zufuliu / llvm-utils

LLVM/Clang toolsets for Visual Studio 2022, 2019, 2017, 2015, 2013, 2012 and 2010.
Other
209 stars 35 forks source link

LibraryPath + IncludePath #1

Closed MVoz closed 6 years ago

MVoz commented 6 years ago

неверные пути

Note: If your LLVM version is not 7.0, please change $(LLVMInstallDir)\lib\clang\7.0\ in each Toolset.props to appropriate value.

... исправить на \7.0.0\

  <PropertyGroup>
....
    <IncludePath>$(LLVMInstallDir)\lib\clang\7.0.0\include;$(IncludePath)</IncludePath>
    <LibraryPath>$(LLVMInstallDir)\lib\clang\7.0.0\lib\windows;$(LibraryPath)</LibraryPath>
  </PropertyGroup>
zufuliu commented 6 years ago

Fixed in 396955c918ce86240c3d3e61c5883713d2221a5d.