summaryrefslogtreecommitdiffstats
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2019-09-22 08:09:22 +0200
committerGitHub <noreply@github.com>2019-09-22 08:09:22 +0200
commitfa1c60c33ef88c6cd0b72da46842dc9098db712d (patch)
tree0e0ac1e013ea4003d116b30ee968eaf26005d210 /externals/CMakeLists.txt
parentMerge pull request #2886 from MysticExile/dynarmic (diff)
parentpl_u: Use kernel physical memory (diff)
downloadyuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.gz
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.bz2
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.lz
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.xz
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.tar.zst
yuzu-fa1c60c33ef88c6cd0b72da46842dc9098db712d.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)