zufuliu / llvm-utils

LLVM/Clang toolsets for Visual Studio 2022, 2019, 2017, 2015, 2013, 2012 and 2010.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibraryPath + IncludePath

MVoz opened this issue · comments

commented

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

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>

Fixed in 396955c.