diff options
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 3 | ||||
| m--------- | externals/soundtouch | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 3d8e10c2b..53dcf1f1a 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -50,6 +50,9 @@ add_subdirectory(open_source_archives EXCLUDE_FROM_ALL) | |||
| 50 | add_library(unicorn-headers INTERFACE) | 50 | add_library(unicorn-headers INTERFACE) |
| 51 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) | 51 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) |
| 52 | 52 | ||
| 53 | # SoundTouch | ||
| 54 | add_subdirectory(soundtouch) | ||
| 55 | |||
| 53 | # Xbyak | 56 | # Xbyak |
| 54 | if (ARCHITECTURE_x86_64) | 57 | if (ARCHITECTURE_x86_64) |
| 55 | # Defined before "dynarmic" above | 58 | # Defined before "dynarmic" above |
diff --git a/externals/soundtouch b/externals/soundtouch new file mode 160000 | |||
| Subproject 060181eaf273180d3a7e87349895bd0cb6ccbf4 | |||