summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-17 16:44:59 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-17 16:44:59 +0000
commit98fb9172eb01179eba857e950633b502f2c87d7e (patch)
tree73561471386791afdf7a6f6750601697a05ed21b /Graphics/GLSLTools
parentFixed cmake install commands (diff)
downloadDiligentCore-98fb9172eb01179eba857e950633b502f2c87d7e.tar.gz
DiligentCore-98fb9172eb01179eba857e950633b502f2c87d7e.zip
Made engine core installation optional that is on by default on Win32 and Linux only
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphics/GLSLTools/CMakeLists.txt b/Graphics/GLSLTools/CMakeLists.txt
index 2765b5ec..8a98e6d9 100644
--- a/Graphics/GLSLTools/CMakeLists.txt
+++ b/Graphics/GLSLTools/CMakeLists.txt
@@ -64,4 +64,6 @@ set_target_properties(GLSLTools PROPERTIES
FOLDER Core/Graphics
)
-install_core_lib(GLSLTools)
+if(INSTALL_DILIGENT_CORE)
+ install_core_lib(GLSLTools)
+endif() \ No newline at end of file