diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-08-25 01:49:03 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-08-25 01:49:03 +0000 |
| commit | b555a964fdbc5b593a7fe4ac2eb070a21f7c866b (patch) | |
| tree | 55fab7e1c7ce795f5a407da7671e2a80e9013f4b /Graphics/GraphicsEngineD3DBase | |
| parent | Merge branch 'master' into mesh_shader (diff) | |
| download | DiligentCore-b555a964fdbc5b593a7fe4ac2eb070a21f7c866b.tar.gz DiligentCore-b555a964fdbc5b593a7fe4ac2eb070a21f7c866b.zip | |
added namespace to macros
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt index 289ecc7e..cfdffb0c 100644 --- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt @@ -70,9 +70,9 @@ PUBLIC set_common_target_properties(Diligent-GraphicsEngineD3DBase) if(${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION} STRGREATER_EQUAL "10.0.17763.0") - set(HAS_D12_DXIL_COMPILER TRUE CACHE INTERNAL "" FORCE) + set(DILIGENT_HAS_DX12_DXIL_COMPILER TRUE CACHE INTERNAL "" FORCE) else() - set(HAS_D12_DXIL_COMPILER FALSE CACHE INTERNAL "" FORCE) + set(DILIGENT_HAS_DX12_DXIL_COMPILER FALSE CACHE INTERNAL "" FORCE) endif() source_group("src" FILES ${SOURCE}) |
