diff options
| author | Petr Kraus <petr_kraus@email.cz> | 2020-04-28 19:43:34 +0200 |
|---|---|---|
| committer | jeremyk-lunarg <jeremyk@lunarg.com> | 2020-05-01 13:43:16 -0600 |
| commit | 17019fa2360451fb4678a6c91651eb55046aec97 (patch) | |
| tree | 630a9ee8f746d17c15a3bedd1994922348602b2d | |
| parent | 620eca90d3273ac8e2c98cb32becbb2fe56ebb5b (diff) | |
| download | usermoji-17019fa2360451fb4678a6c91651eb55046aec97.tar.xz | |
cube: Do not set VK_LAYER_PATH in VS
| -rw-r--r-- | cube/CMakeLists.txt | 2 | ||||
| -rwxr-xr-x | cube/cube.vcxproj.user | 11 |
2 files changed, 0 insertions, 13 deletions
diff --git a/cube/CMakeLists.txt b/cube/CMakeLists.txt index 2c6906b1..05685ce3 100644 --- a/cube/CMakeLists.txt +++ b/cube/CMakeLists.txt @@ -135,8 +135,6 @@ if(WIN32) "${${configuration}}") endif() endforeach() - - file(COPY cube.vcxproj.user DESTINATION ${CMAKE_BINARY_DIR}/cube) endif() add_custom_command(COMMENT "Compiling cube vertex shader" diff --git a/cube/cube.vcxproj.user b/cube/cube.vcxproj.user deleted file mode 100755 index 591cdd91..00000000 --- a/cube/cube.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> |
