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-09-22 01:21:22 +0200
commit361a8fa318046e3c333668b3bdb91cbb46eb5639 (patch)
treee121416719a8c9bfbe3ef509319f7b5bd529cbe3 /externals/open_source_archives/CMakeLists.txt
parentUpdate README.md (#2871) (diff)
downloadyuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.gz
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.bz2
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.lz
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.xz
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.tar.zst
yuzu-361a8fa318046e3c333668b3bdb91cbb46eb5639.zip
Diffstat (limited to '')
-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)