summaryrefslogtreecommitdiffstats
path: root/externals/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/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/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index e6fa11a03..6a3b5cbd0 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -42,9 +42,6 @@ target_include_directories(mbedtls PUBLIC ./mbedtls/include)
add_library(microprofile INTERFACE)
target_include_directories(microprofile INTERFACE ./microprofile)
-# Open Source Archives
-add_subdirectory(open_source_archives EXCLUDE_FROM_ALL)
-
# Unicorn
add_library(unicorn-headers INTERFACE)
target_include_directories(unicorn-headers INTERFACE ./unicorn/include)