summaryrefslogtreecommitdiffstats
path: root/externals/open_source_archives/CMakeLists.txt
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-06 00:49:52 +0200
committerZach Hilman <zachhilman@gmail.com>2019-10-13 19:46:10 +0200
commitd6d6a87bde05bc7bed48446708bd19cf0498af8a (patch)
tree76f744dc9c0377b394f4e336c4da17cf0039893a /externals/open_source_archives/CMakeLists.txt
parentMerge pull request #2910 from FearlessTobi/port-4930 (diff)
downloadyuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.gz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.bz2
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.lz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.xz
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.tar.zst
yuzu-d6d6a87bde05bc7bed48446708bd19cf0498af8a.zip
Diffstat (limited to 'externals/open_source_archives/CMakeLists.txt')
-rw-r--r--externals/open_source_archives/CMakeLists.txt16
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)