diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-12-17 02:56:31 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-12-17 02:56:31 +0000 |
| commit | 90ccf84717d0fc8b9d375c3e3bb58509adba6350 (patch) | |
| tree | cfd33c7c0b3ae779c71da12417ba80d33a9e93ca /Graphics/GraphicsEngineVulkan | |
| parent | Added get_supported_backends and get_backend_libraries_type cmake helper func... (diff) | |
| download | DiligentCore-90ccf84717d0fc8b9d375c3e3bb58509adba6350.tar.gz DiligentCore-90ccf84717d0fc8b9d375c3e3bb58509adba6350.zip | |
Added install steps; updated header structure for platforms
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/CMakeLists.txt b/Graphics/GraphicsEngineVulkan/CMakeLists.txt index c5d7b78e..c55bf217 100644 --- a/Graphics/GraphicsEngineVulkan/CMakeLists.txt +++ b/Graphics/GraphicsEngineVulkan/CMakeLists.txt @@ -255,4 +255,7 @@ set_source_files_properties( set_target_properties(ProcessGenerateMipsVkShader PROPERTIES FOLDER Core/Graphics/Helper -)
\ No newline at end of file +) + +install_core_lib(GraphicsEngineVk-shared) +install_core_lib(GraphicsEngineVk-static) |
