diff --git a/CMakeLists.txt b/CMakeLists.txt index 247f051fa..9c730daae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,8 +184,8 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/termcolor.hpp cmrc_add_resource_library( resources_console_fonts NAMESPACE ConsoleFonts - WHENCE "src/core/services/" - "src/core/services/CitraSharedFontUSRelocated.bin" + WHENCE "src/core/services/fonts/" + "src/core/services/fonts/CitraSharedFontUSRelocated.bin" ) set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp diff --git a/src/core/services/CitraSharedFontUSRelocated.bin b/src/core/services/fonts/CitraSharedFontUSRelocated.bin similarity index 100% rename from src/core/services/CitraSharedFontUSRelocated.bin rename to src/core/services/fonts/CitraSharedFontUSRelocated.bin