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-10-13 19:46:10 +0200
commitd6d6a87bde05bc7bed48446708bd19cf0498af8a (patch)
tree76f744dc9c0377b394f4e336c4da17cf0039893a /externals/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/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index 3539828b8..ac7529edd 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)