mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
yuzu-cmd/CMakeLists: Correct attribution for this function.
This commit is contained in:
parent
d107b31b66
commit
f76d1a1dae
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue