From db2ba42b52a64826155081e5bea92e07026cecb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Thu, 13 Aug 2020 12:48:25 +0200 Subject: [PATCH] update vkh, remove vkh_static from test_common target libs in cmake --- CMakeLists.txt | 2 +- vkh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cadab67..2178489 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,7 +231,7 @@ if (VKVG_BUILD_TESTS) TARGET_LINK_LIBRARIES(tests_common ${Vulkan_LIBRARIES} ${GLFW3_LIBRARY} - vkh_static + #vkh_static vkvg_static ) diff --git a/vkh b/vkh index 908a76f..87e1a71 160000 --- a/vkh +++ b/vkh @@ -1 +1 @@ -Subproject commit 908a76fc07ff89457d38ccde1262f760b3f42fe5 +Subproject commit 87e1a713755fd58e2bb2e47af9568583ed99d8dd -- 2.47.3