Fix build on Windows

Change-Id: Ic8dee8d42bf06d7c32c73bd6a5f777c924bab4b5
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index 0c616ed..2c08777 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -71,6 +71,7 @@
         PRIVATE
         lz4
         perfetto-tracing-only
+        logging-base
         ${gfxstream-base-platform-deps})
 
     target_include_directories(
diff --git a/host-common/CMakeLists.txt b/host-common/CMakeLists.txt
index 8b5aebd..8c7ed66 100644
--- a/host-common/CMakeLists.txt
+++ b/host-common/CMakeLists.txt
@@ -136,6 +136,8 @@
     ${GFXSTREAM_REPO_ROOT})
 target_link_libraries(
     gfxstream-host-common-testing-support
+    PUBLIC
+    gfxstream_vulkan_headers
     PRIVATE
     gfxstream-base.headers
     gfxstream-host-common.headers