mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Fonts in fonts directory
This commit is contained in:
parent
fb4b3ca7ab
commit
3c7b9bb512
2 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/termcolor.hpp
|
||||||
cmrc_add_resource_library(
|
cmrc_add_resource_library(
|
||||||
resources_console_fonts
|
resources_console_fonts
|
||||||
NAMESPACE ConsoleFonts
|
NAMESPACE ConsoleFonts
|
||||||
WHENCE "src/core/services/"
|
WHENCE "src/core/services/fonts/"
|
||||||
"src/core/services/CitraSharedFontUSRelocated.bin"
|
"src/core/services/fonts/CitraSharedFontUSRelocated.bin"
|
||||||
)
|
)
|
||||||
|
|
||||||
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp
|
set(THIRD_PARTY_SOURCE_FILES third_party/imgui/imgui.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue