summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
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/GraphicsEngineD3DBase
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/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
index 7b85ad3a..2d439ce4 100644
--- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
@@ -74,4 +74,6 @@ set_target_properties(GraphicsEngineD3DBase PROPERTIES
)
set_target_properties(ProcessHLSLDefinitions PROPERTIES
FOLDER Core/Graphics/Helper
-) \ No newline at end of file
+)
+
+install_core_lib(GraphicsEngineD3DBase)