summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-11 05:45:35 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-11 05:45:35 +0000
commit5a9165217b6c7b6cb06886bf641cbcea17130461 (patch)
treeabd4fd6a332de8122403367f4bbb67c1dfb882aa /Graphics/GraphicsEngine
parentFew more updates to cmakelists (diff)
downloadDiligentCore-5a9165217b6c7b6cb06886bf641cbcea17130461.tar.gz
DiligentCore-5a9165217b6c7b6cb06886bf641cbcea17130461.zip
More updates to CMakeLists.tst
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt
index 5bfd92c4..0fbd7720 100644
--- a/Graphics/GraphicsEngine/CMakeLists.txt
+++ b/Graphics/GraphicsEngine/CMakeLists.txt
@@ -67,7 +67,13 @@ PRIVATE
set_target_properties(GraphicsEngine PROPERTIES
FOLDER Core/Graphics
)
-target_link_libraries(GraphicsEngine PRIVATE BuildSettings PlatformInterface Common)
+target_link_libraries(GraphicsEngine
+PRIVATE
+ BuildSettings
+PUBLIC
+ PlatformInterface
+ Common
+)
if(MSVC)
# Enable link-time code generation for release builds (I was not able to