yuzu-cmd/CMakeLists: Correct attribution for this function.

This commit is contained in:
Fernando Sahmkow
2021-08-08 17:34:43 +02:00
parent 859deda3bb
commit 23ca1eb82e
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
# Credits to Samantas5855 and others for this function.
function(create_resource file output filename)
# Read hex data from file
file(READ ${file} filedata HEX)