diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-09-22 16:09:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 16:09:22 +1000 |
commit | fa1c60c33ef88c6cd0b72da46842dc9098db712d (patch) | |
tree | 0e0ac1e013ea4003d116b30ee968eaf26005d210 /externals/open_source_archives/CMakeLists.txt | |
parent | e34899067b60a69bca02761bd1290c6824bb559a (diff) | |
parent | 2a4730cbee231d91577d8af439f3e30a149c5247 (diff) |
Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1
system_archive: Move shared font data to system_archive and fix extended font data
Diffstat (limited to 'externals/open_source_archives/CMakeLists.txt')
-rw-r--r-- | externals/open_source_archives/CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/externals/open_source_archives/CMakeLists.txt b/externals/open_source_archives/CMakeLists.txt deleted file mode 100644 index d1e4bdbe6..000000000 --- a/externals/open_source_archives/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -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) |