summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
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
)