summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-05-09 01:34:58 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-05-09 01:34:58 +0000
commitefd936c21e4d6995c419ecc9a994483592d92f50 (patch)
tree3eea8aae7933d73e20a2264fbfbe4914cbb64bb5 /Graphics/GraphicsEngineD3DBase
parentMerge pull request #137 from markusgod/master (diff)
downloadDiligentCore-efd936c21e4d6995c419ecc9a994483592d92f50.tar.gz
DiligentCore-efd936c21e4d6995c419ecc9a994483592d92f50.zip
Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildSettings private dependency for all projects
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
index f0b306b5..4b8f046f 100644
--- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
@@ -60,8 +60,9 @@ PUBLIC
)
target_link_libraries(Diligent-GraphicsEngineD3DBase
-PUBLIC
+PRIVATE
Diligent-BuildSettings
+PUBLIC
Diligent-GraphicsEngine
Diligent-GraphicsEngineD3DBaseInterface
)