We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa854b commit 0fc226cCopy full SHA for 0fc226c
_prj_msvc/yaml_cpp.props
@@ -1,5 +1,11 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
+ <ItemDefinitionGroup>
4
+ <ClCompile>
5
+ <PreprocessorDefinitions>YAML_CPP_STATIC_DEFINE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6
+ </ClCompile>
7
+ </ItemDefinitionGroup>
8
+
9
<ItemGroup>
10
<ClCompile Include="..\src\binary.cpp" />
11
<ClCompile Include="..\src\convert.cpp" />
0 commit comments