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/GraphicsEngineNextGenBase | |
| 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/GraphicsEngineNextGenBase')
| -rw-r--r-- | Graphics/GraphicsEngineNextGenBase/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt b/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt index 20173b9b..ca60313d 100644 --- a/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt +++ b/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt @@ -35,3 +35,5 @@ source_group("include" FILES ${INCLUDE}) set_target_properties(GraphicsEngineNextGenBase PROPERTIES FOLDER Core/Graphics ) + +install_core_lib(GraphicsEngineNextGenBase) |
