diff options
author | Liam <byteslice@airmail.cc> | 2023-01-02 00:34:38 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:28 +0200 |
commit | f7a3f1ddf49a2471fd92ee92faea61880285b2d5 (patch) | |
tree | e32ec870444e890b124a819b834a705620e123c1 /externals | |
parent | device_memory: Use smaller virtual reservation size for compatibility with 39-bit paging (diff) | |
download | yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar.gz yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar.bz2 yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar.lz yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar.xz yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar.zst yuzu-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.zip |
Diffstat (limited to 'externals')
-rw-r--r-- | externals/CMakeLists.txt | 4 | ||||
m--------- | externals/libadrenotools | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index d78d10147..2bd7b457a 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -147,3 +147,7 @@ endif() add_library(stb stb/stb_dxt.cpp) target_include_directories(stb PUBLIC ./stb) + +if (ANDROID) + add_subdirectory(libadrenotools) +endif() diff --git a/externals/libadrenotools b/externals/libadrenotools new file mode 160000 +Subproject a6c0947df6b152b350342f5191b3082768e15e3 |