Skip to content

Commit

Permalink
Fonts in fonts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Aug 21, 2023
1 parent fb4b3ca commit 3c7b9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c7b9bb

Please sign in to comment.