From b4bc8761ef80fef41c600ba358fcce1f0d13d12c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 28 Oct 2019 21:40:51 -0700 Subject: Updated install instructions for license.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36159311..f310a115 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -366,5 +366,5 @@ if(INSTALL_DILIGENT_CORE) message("Unable to find librarian tool. Combined DiligentCore static library will not be produced.") endif() - install(FILES License.txt DESTINATION "${DILIGENT_CORE_INSTALL_DIR}/Licenses") + install(FILES License.txt DESTINATION "${DILIGENT_CORE_INSTALL_DIR}/Licenses" RENAME DiligentEngine-License.txt) endif(INSTALL_DILIGENT_CORE) -- cgit v1.2.3