From 98fb9172eb01179eba857e950633b502f2c87d7e Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 17 Dec 2018 08:44:59 -0800 Subject: Made engine core installation optional that is on by default on Win32 and Linux only --- Graphics/GraphicsEngine/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt index a853c820..1fc418f3 100644 --- a/Graphics/GraphicsEngine/CMakeLists.txt +++ b/Graphics/GraphicsEngine/CMakeLists.txt @@ -81,4 +81,6 @@ set_target_properties(GraphicsEngine PROPERTIES FOLDER Core/Graphics ) -install_core_lib(GraphicsEngine) +if(INSTALL_DILIGENT_CORE) + install_core_lib(GraphicsEngine) +endif() \ No newline at end of file -- cgit v1.2.3