mirror of https://github.com/Icinga/icinga2.git
Build ExternalCommand class on Windows (even though it's currently unused).
This commit is contained in:
parent
0d15141c7d
commit
3d0a3bb874
|
@ -20,6 +20,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="cib.cpp" />
|
||||
<ClCompile Include="externalcommand.cpp" />
|
||||
<ClCompile Include="host.cpp" />
|
||||
<ClCompile Include="hostgroup.cpp" />
|
||||
<ClCompile Include="i2-icinga.cpp">
|
||||
|
@ -39,6 +40,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="cib.h" />
|
||||
<ClInclude Include="externalcommand.h" />
|
||||
<ClInclude Include="host.h" />
|
||||
<ClInclude Include="hostgroup.h" />
|
||||
<ClInclude Include="i2-icinga.h" />
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
<ClCompile Include="timeperiod.cpp">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="externalcommand.cpp">
|
||||
<Filter>Quelldateien</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="i2-icinga.h">
|
||||
|
@ -75,6 +78,9 @@
|
|||
<ClInclude Include="timeperiod.h">
|
||||
<Filter>Headerdateien</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="externalcommand.h">
|
||||
<Filter>Headerdateien</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Headerdateien">
|
||||
|
|
Loading…
Reference in New Issue