子模块以及log引用目录更新

This commit is contained in:
hyzboy 2019-08-27 20:29:03 +08:00
parent e939b1997e
commit d932d639b7
5 changed files with 5 additions and 5 deletions

2
CMCore

@ -1 +1 @@
Subproject commit 3ecd4faa12cd515386db32f8a8abecd44b00d777
Subproject commit 6d58e8e90b0173e750f16337d9ccfd4cb40197bd

@ -1 +1 @@
Subproject commit f768bbec4b0f0158c70508f93348b2d39fda15d4
Subproject commit c7f4421c618ceb89c0b65a833aad2e7f4f12bb0b

View File

@ -2,7 +2,7 @@
#include<hgl/graph/vulkan/VKDevice.h>
#include<hgl/graph/vulkan/VKBuffer.h>
#include<hgl/io/FileInputStream.h>
#include<hgl/LogInfo.h>
#include<hgl/log/LogInfo.h>
VK_NAMESPACE_BEGIN
namespace

View File

@ -6,7 +6,7 @@
#include<hgl/type/RectScope.h>
#include<hgl/type/BaseString.h>
#include<hgl/graph/VertexBufferCreater.h>
#include<hgl/LogInfo.h>
#include<hgl/log/LogInfo.h>
namespace hgl
{
namespace graph

View File

@ -3,7 +3,7 @@
#include<json/json.h>
#include<hgl/filesystem/FileSystem.h>
#include<hgl/type/StdString.h>
#include<hgl/LogInfo.h>
#include<hgl/log/LogInfo.h>
using namespace hgl;
using namespace hgl::filesystem;