summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-17 02:56:31 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-17 02:56:31 +0000
commit90ccf84717d0fc8b9d375c3e3bb58509adba6350 (patch)
treecfd33c7c0b3ae779c71da12417ba80d33a9e93ca /Graphics/GraphicsEngine
parentAdded get_supported_backends and get_backend_libraries_type cmake helper func... (diff)
downloadDiligentCore-90ccf84717d0fc8b9d375c3e3bb58509adba6350.tar.gz
DiligentCore-90ccf84717d0fc8b9d375c3e3bb58509adba6350.zip
Added install steps; updated header structure for platforms
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt
index 31bdc256..a853c820 100644
--- a/Graphics/GraphicsEngine/CMakeLists.txt
+++ b/Graphics/GraphicsEngine/CMakeLists.txt
@@ -80,3 +80,5 @@ source_group("interface" FILES ${INTERFACE})
set_target_properties(GraphicsEngine PROPERTIES
FOLDER Core/Graphics
)
+
+install_core_lib(GraphicsEngine)