diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-15 19:14:01 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-15 19:14:01 +0000 |
| commit | fffd12fd423a427282c278a26f68e15fc38cb683 (patch) | |
| tree | 978f5ec9c66d826fd8f25a31379d7657536a7acf /Graphics | |
| parent | Minor update to cmake (replaced set_property(SOURCE ..) with set_source_files... (diff) | |
| download | DiligentCore-fffd12fd423a427282c278a26f68e15fc38cb683.tar.gz DiligentCore-fffd12fd423a427282c278a26f68e15fc38cb683.zip | |
Updated CMakeLists
Diffstat (limited to 'Graphics')
| -rw-r--r-- | Graphics/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Graphics/CMakeLists.txt b/Graphics/CMakeLists.txt index b76374e6..9eea09a3 100644 --- a/Graphics/CMakeLists.txt +++ b/Graphics/CMakeLists.txt @@ -1,13 +1,5 @@ cmake_minimum_required (VERSION 3.8) -if(PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) - if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") - set(ARCH 64) - else("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") - set(ARCH 32) - endif("${CMAKE_SIZEOF_VOID_P}" EQUAL "8") -endif() - set(DLL_REL_SUFFIX _${ARCH}r) set(DLL_DBG_SUFFIX _${ARCH}d) |
