diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-19 17:11:59 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-19 17:11:59 +0000 |
| commit | ac5c96e4153d059ad76174db83522641bb4b2b9f (patch) | |
| tree | c3103e3e7f37b08794c2779a7a44d0bf231006d5 /TextureLoader | |
| parent | Updated install fodler structure (diff) | |
| download | DiligentTools-ac5c96e4153d059ad76174db83522641bb4b2b9f.tar.gz DiligentTools-ac5c96e4153d059ad76174db83522641bb4b2b9f.zip | |
Added install instructions
Diffstat (limited to 'TextureLoader')
| -rw-r--r-- | TextureLoader/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/TextureLoader/CMakeLists.txt b/TextureLoader/CMakeLists.txt index 7f394f3..2730f5b 100644 --- a/TextureLoader/CMakeLists.txt +++ b/TextureLoader/CMakeLists.txt @@ -51,4 +51,8 @@ PRIVATE set_target_properties(Diligent-TextureLoader PROPERTIES FOLDER DiligentTools -)
\ No newline at end of file +) + +if(INSTALL_DILIGENT_TOOLS) + install_tools_lib(Diligent-TextureLoader) +endif() |
