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/GraphicsEngineD3D11/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/CMakeLists.txt b/Graphics/GraphicsEngineD3D11/CMakeLists.txt index e11d3557..1524c28c 100644 --- a/Graphics/GraphicsEngineD3D11/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3D11/CMakeLists.txt @@ -142,3 +142,6 @@ set_target_properties(GraphicsEngineD3D11-shared PROPERTIES set_source_files_properties( readme.md PROPERTIES HEADER_FILE_ONLY TRUE ) + +install_core_lib(GraphicsEngineD3D11-shared) +install_core_lib(GraphicsEngineD3D11-static) -- cgit v1.2.3