From ac5c96e4153d059ad76174db83522641bb4b2b9f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 19 Nov 2019 09:11:59 -0800 Subject: Added install instructions --- TextureLoader/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TextureLoader') 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() -- cgit v1.2.3