mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
496 B
CMake
17 lines
496 B
CMake
add_library(open_source_archives
|
|
src/FontChineseSimplified.cpp
|
|
src/FontChineseTraditional.cpp
|
|
src/FontExtendedChineseSimplified.cpp
|
|
src/FontKorean.cpp
|
|
src/FontNintendoExtended.cpp
|
|
src/FontStandard.cpp
|
|
include/FontChineseSimplified.h
|
|
include/FontChineseTraditional.h
|
|
include/FontExtendedChineseSimplified.h
|
|
include/FontKorean.h
|
|
include/FontNintendoExtended.h
|
|
include/FontStandard.h
|
|
)
|
|
|
|
target_include_directories(open_source_archives PUBLIC include)
|