diff options
author | Tobias <thm.frey@gmail.com> | 2018-09-11 03:31:01 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-09-11 03:31:01 +0200 |
commit | 3bac3051fc03846f5461628ba6a1b1f19851657c (patch) | |
tree | f2ab2fb5e6c37c89ac52fee43d2425d12c3e1e47 /externals/CMakeLists.txt | |
parent | Port #4141 from citra: Joystick hotplug support (#1275) (diff) | |
download | yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.gz yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.bz2 yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.lz yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.xz yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.tar.zst yuzu-3bac3051fc03846f5461628ba6a1b1f19851657c.zip |
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r-- | externals/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index b6eb36f20..3d8e10c2b 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -43,6 +43,9 @@ 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) |