diff options
Diffstat (limited to 'CMakeModules/CopyCitronSDLDeps.cmake')
-rw-r--r-- | CMakeModules/CopyCitronSDLDeps.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeModules/CopyCitronSDLDeps.cmake b/CMakeModules/CopyCitronSDLDeps.cmake index 464eed5e9..a07f6f8c7 100644 --- a/CMakeModules/CopyCitronSDLDeps.cmake +++ b/CMakeModules/CopyCitronSDLDeps.cmake @@ -1,8 +1,8 @@ # SPDX-FileCopyrightText: 2016 Citra Emulator Project # SPDX-License-Identifier: GPL-2.0-or-later -function(copy_yuzu_SDL_deps target_dir) +function(copy_citron_SDL_deps target_dir) include(WindowsCopyFiles) set(DLL_DEST "$<TARGET_FILE_DIR:${target_dir}>/") windows_copy_files(${target_dir} ${SDL2_DLL_DIR} ${DLL_DEST} SDL2.dll) -endfunction(copy_yuzu_SDL_deps) +endfunction(copy_citron_SDL_deps) |