summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-29 04:40:51 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-29 04:40:51 +0000
commitb4bc8761ef80fef41c600ba358fcce1f0d13d12c (patch)
tree088b75e065a0a2e2e28b175d78ba345bb5d4c772
parentVk backend: added minor comments (diff)
downloadDiligentCore-b4bc8761ef80fef41c600ba358fcce1f0d13d12c.tar.gz
DiligentCore-b4bc8761ef80fef41c600ba358fcce1f0d13d12c.zip
Updated install instructions for license.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)