Skip to content

Commit 0fc226c

Browse files
committed
Пофиксил сборку
1 parent 5fa854b commit 0fc226c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_prj_msvc/yaml_cpp.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

3+
<ItemDefinitionGroup>
4+
<ClCompile>
5+
<PreprocessorDefinitions>YAML_CPP_STATIC_DEFINE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6+
</ClCompile>
7+
</ItemDefinitionGroup>
8+
39
<ItemGroup>
410
<ClCompile Include="..\src\binary.cpp" />
511
<ClCompile Include="..\src\convert.cpp" />

0 commit comments

Comments
 (0)