summaryrefslogtreecommitdiff
path: root/externals/open_source_archives/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 17:47:25 +1000
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 17:47:25 +1000
commitd961d5479e0246f217883b57bbfdd736610b642e (patch)
treedcdcfb617b1fa680eaa74cf1a96f872f259bba1b /externals/open_source_archives/CMakeLists.txt
parent9187350b322c3140c2bec3938b91289ab55e9aae (diff)
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a.
Diffstat (limited to 'externals/open_source_archives/CMakeLists.txt')
-rw-r--r--externals/open_source_archives/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/externals/open_source_archives/CMakeLists.txt b/externals/open_source_archives/CMakeLists.txt
new file mode 100644
index 000000000..d1e4bdbe6
--- /dev/null
+++ b/externals/open_source_archives/CMakeLists.txt
@@ -0,0 +1,16 @@
+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)