Configure precompiled headers locally
Build is using precompiled headers in pch.h. Explicitly configure it so it does not rely on host solution configuration. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
caa85e1da8
commit
da7ca1c368
@ -8,7 +8,12 @@
|
||||
<PropertyGroup>
|
||||
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup />
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>PCH.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\pch.cpp">
|
||||
<PrecompiledHeader>Create</PrecompiledHeader>
|
||||
|
Loading…
x
Reference in New Issue
Block a user