From 5a9165217b6c7b6cb06886bf641cbcea17130461 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 10 Dec 2017 21:45:35 -0800 Subject: More updates to CMakeLists.tst --- Graphics/GraphicsEngine/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') 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 -- cgit v1.2.3