mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-22 23:19:02 +08:00
Filter out .hpp files from *_BUILD_SOURCES (like we do with .h files). Add xml2json.hpp to our fdbrpc project.
This commit is contained in:
parent
ce93d98b50
commit
80b84c23ac
@ -131,6 +131,7 @@
|
||||
<ClInclude Include="Smoother.h" />
|
||||
<ClInclude Include="TLSConnection.h" />
|
||||
<ClInclude Include="TraceFileIO.h" />
|
||||
<ClInclude Include="xml2json.hpp" />
|
||||
<ClInclude Include="zlib\zlib.h" />
|
||||
<ClInclude Include="zlib\deflate.h" />
|
||||
<ClInclude Include="zlib\gzguts.h" />
|
||||
|
@ -168,6 +168,7 @@
|
||||
<ClInclude Include="ReplicationPolicy.h" />
|
||||
<ClInclude Include="crc32c.h" />
|
||||
<ClInclude Include="ReplicationUtils.h" />
|
||||
<ClInclude Include="xml2json.hpp" />
|
||||
<ClInclude Include="AsyncFileWriteChecker.h" />
|
||||
<ClInclude Include="JSONDoc.h" />
|
||||
<ClInclude Include="linux_kaio.h" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user