Common: add JsonUtil cpp which was missed initially
This commit is contained in:
parent
d494059164
commit
e92f59e2d4
|
@ -87,6 +87,7 @@ add_library(common
|
||||||
JitRegister.cpp
|
JitRegister.cpp
|
||||||
JitRegister.h
|
JitRegister.h
|
||||||
JsonUtil.h
|
JsonUtil.h
|
||||||
|
JsonUtil.cpp
|
||||||
Lazy.h
|
Lazy.h
|
||||||
LinearDiskCache.h
|
LinearDiskCache.h
|
||||||
Logging/ConsoleListener.h
|
Logging/ConsoleListener.h
|
||||||
|
|
|
@ -813,6 +813,7 @@
|
||||||
<ClCompile Include="Common\IniFile.cpp" />
|
<ClCompile Include="Common\IniFile.cpp" />
|
||||||
<ClCompile Include="Common\IOFile.cpp" />
|
<ClCompile Include="Common\IOFile.cpp" />
|
||||||
<ClCompile Include="Common\JitRegister.cpp" />
|
<ClCompile Include="Common\JitRegister.cpp" />
|
||||||
|
<ClCompile Include="Common\JsonUtil.cpp" />
|
||||||
<ClCompile Include="Common\LdrWatcher.cpp" />
|
<ClCompile Include="Common\LdrWatcher.cpp" />
|
||||||
<ClCompile Include="Common\Logging\ConsoleListenerWin.cpp" />
|
<ClCompile Include="Common\Logging\ConsoleListenerWin.cpp" />
|
||||||
<ClCompile Include="Common\Logging\LogManager.cpp" />
|
<ClCompile Include="Common\Logging\LogManager.cpp" />
|
||||||
|
|
Loading…
Reference in New Issue