Skip to content
Snippets Groups Projects
Commit cd38cdb9 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

sbbscon include ver.cpp which needs to (now) #include archive.h

so needs the libarchive property sheet to get that include dir added
parent 4e87ccf7
No related branches found
No related tags found
No related merge requests found
Pipeline #8030 failed
......@@ -40,6 +40,7 @@
<Import Project="..\hash\hash.props" />
<Import Project="..\..\3rdp\win32.release\mosquitto\mosquitto.props" />
<Import Project="..\sftp\sftp.props" />
<Import Project="..\..\3rdp\win32.release\libarchive\libarchive.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
......@@ -52,6 +53,7 @@
<Import Project="..\hash\hash.props" />
<Import Project="..\..\3rdp\win32.release\mosquitto\mosquitto.props" />
<Import Project="..\sftp\sftp.props" />
<Import Project="..\..\3rdp\win32.release\libarchive\libarchive.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
......@@ -204,4 +206,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment