aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Kraus <petr_kraus@email.cz>2020-04-28 19:32:14 +0200
committerjeremyk-lunarg <jeremyk@lunarg.com>2020-05-01 13:43:16 -0600
commit620eca90d3273ac8e2c98cb32becbb2fe56ebb5b (patch)
tree9457d6d8bed72bbe88fb9c49fb941e01ad126632
parentc0f34c020d9d1c75cb9d57f31240381090fdbbdf (diff)
downloadusermoji-620eca90d3273ac8e2c98cb32becbb2fe56ebb5b.tar.xz
vulkaninfo: Do not set VK_LAYER_PATH in VS
-rw-r--r--vulkaninfo/CMakeLists.txt2
-rwxr-xr-xvulkaninfo/vulkaninfo.vcxproj.user11
2 files changed, 0 insertions, 13 deletions
diff --git a/vulkaninfo/CMakeLists.txt b/vulkaninfo/CMakeLists.txt
index 15100a03..ac3070ca 100644
--- a/vulkaninfo/CMakeLists.txt
+++ b/vulkaninfo/CMakeLists.txt
@@ -121,8 +121,6 @@ if(WIN32)
"${${configuration}}")
endif()
endforeach()
-
- file(COPY vulkaninfo.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/vulkaninfo)
elseif(APPLE)
add_definitions(-DVK_USE_PLATFORM_MACOS_MVK -DVK_USE_PLATFORM_METAL_EXT)
endif()
diff --git a/vulkaninfo/vulkaninfo.vcxproj.user b/vulkaninfo/vulkaninfo.vcxproj.user
deleted file mode 100755
index 591cdd91..00000000
--- a/vulkaninfo/vulkaninfo.vcxproj.user
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <LocalDebuggerEnvironment>VK_LAYER_PATH=..\layers\Debug</LocalDebuggerEnvironment>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LocalDebuggerEnvironment>VK_LAYER_PATH=..\layers\Release</LocalDebuggerEnvironment>
- <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
- </PropertyGroup>
-</Project>