summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-13 01:01:59 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-13 01:01:59 +0000
commit1d9850102097a32fc5fb9fce7b5435f376b1225f (patch)
tree7247ad7e58cc4d3c179648310bdab7aaa4c72f93 /Graphics/GraphicsEngineD3DBase
parentUpdated CMake files (diff)
downloadDiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.tar.gz
DiligentCore-1d9850102097a32fc5fb9fce7b5435f376b1225f.zip
Few more updates to cmake lists
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
index 3f35446a..17122d8d 100644
--- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
@@ -57,7 +57,13 @@ PRIVATE
../GraphicsTools/include
)
-target_link_libraries(GraphicsEngineD3DBase PRIVATE BuildSettings GraphicsEngine PlatformInterface Common)
+target_link_libraries(GraphicsEngineD3DBase
+PRIVATE
+ BuildSettings
+ GraphicsEngine
+ PlatformInterface
+ Common
+)
if(MSVC)
# Enable link-time code generation for release builds (I was not able to