give more meaningful names

This commit is contained in:
ohyzha
2024-08-02 23:05:30 +03:00
parent 2dbed16cdd
commit 875ad80337
4 changed files with 27 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
function(CopyResources TARGET FROM EXTENSIONS)
function(CopyResourcesToExe TARGET FROM EXTENSIONS)
file(GLOB RESOURCES "${FROM}/*")
set(RESOURCES_TO_COPY "")