summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D11
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-05 16:26:42 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-05 16:26:42 +0000
commita515d18c3fe6097445f9e5817a5a6576ca205a40 (patch)
treeb1b861c1e1d6a051c8e3fd5848ebd2641c971a28 /Graphics/GraphicsEngineD3D11
parentAnother attempt to fix appveyor.yml (diff)
downloadDiligentCore-a515d18c3fe6097445f9e5817a5a6576ca205a40.tar.gz
DiligentCore-a515d18c3fe6097445f9e5817a5a6576ca205a40.zip
Enabled custom build configuration
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
-rw-r--r--Graphics/GraphicsEngineD3D11/CMakeLists.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/Graphics/GraphicsEngineD3D11/CMakeLists.txt b/Graphics/GraphicsEngineD3D11/CMakeLists.txt
index 16f62cf6..02178d07 100644
--- a/Graphics/GraphicsEngineD3D11/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3D11/CMakeLists.txt
@@ -94,12 +94,8 @@ add_library(GraphicsEngineD3D11-shared SHARED
readme.md
)
-set_target_properties(GraphicsEngineD3D11-shared PROPERTIES
- OUTPUT_NAME_DEBUG GraphicsEngineD3D11${DLL_DBG_SUFFIX}
- OUTPUT_NAME_RELEASE GraphicsEngineD3D11${DLL_REL_SUFFIX}
- OUTPUT_NAME_RELWITHDEBINFO GraphicsEngineD3D11${DLL_REL_SUFFIX}
- OUTPUT_NAME_MINSIZEREL GraphicsEngineD3D11${DLL_REL_SUFFIX}
-)
+# Set output name to GraphicsEngineD3D11_{32|64}{r|d}
+set_dll_output_name(GraphicsEngineD3D11-shared GraphicsEngineD3D11)
set_common_target_properties(GraphicsEngineD3D11-shared)
set_common_target_properties(GraphicsEngineD3D11-static)