From 90ccf84717d0fc8b9d375c3e3bb58509adba6350 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 16 Dec 2018 18:56:31 -0800 Subject: Added install steps; updated header structure for platforms --- Graphics/GraphicsEngineD3DBase/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') 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) -- cgit v1.2.3