Ver Fonte

Fix to include vstd/CLoggerBase.h

Dydzio há 8 anos atrás
pai
commit
651f0da9a1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      VCMI_global.props

+ 1 - 1
VCMI_global.props

@@ -7,7 +7,7 @@
   <PropertyGroup>
     <_PropertySheetDisplayName>VCMI_global</_PropertySheetDisplayName>
     <LibraryPath>$(SolutionDir)\deps\libs;$(ProjectDir);$(LibraryPath)</LibraryPath>
-    <IncludePath>$(SolutionDir)\deps\include;$(ProjectDir);$(IncludePath)</IncludePath>
+    <IncludePath>$(SolutionDir)\deps\include;$(SolutionDir)\include;$(ProjectDir);$(IncludePath)</IncludePath>
     <OutDir>$(VCMI_Out)\</OutDir>
   </PropertyGroup>
   <ItemDefinitionGroup>