1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Fix to include vstd/CLoggerBase.h

This commit is contained in:
Dydzio 2017-08-19 13:32:24 +02:00
parent e3ba491fa1
commit 651f0da9a1

View File

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