mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 22:07:52 -05:00
yuzu-cmd/CMakeLists: Correct attribution for this function.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user