mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-05 06:22:45 +01:00
17 lines
496 B
Text
17 lines
496 B
Text
|
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)
|