diff options
| author | 2019-02-08 23:03:28 +0100 | |
|---|---|---|
| committer | 2019-03-29 18:22:07 +0100 | |
| commit | d85c1141b9fd0133bb2d988ad3c7b5369a6fac3a (patch) | |
| tree | 7223ebf39bb1de2ad4565a224388f7b45fd618f6 | |
| parent | externals: Add Zstandard v1.3.8 (diff) | |
| download | yuzu-d85c1141b9fd0133bb2d988ad3c7b5369a6fac3a.tar.gz yuzu-d85c1141b9fd0133bb2d988ad3c7b5369a6fac3a.tar.xz yuzu-d85c1141b9fd0133bb2d988ad3c7b5369a6fac3a.zip | |
externals: Add libzstd_static to externals CMakeLists.txt
Diffstat (limited to '')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index e156bbece..aa3319eb1 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -49,6 +49,10 @@ add_subdirectory(open_source_archives EXCLUDE_FROM_ALL) | |||
| 49 | add_library(unicorn-headers INTERFACE) | 49 | add_library(unicorn-headers INTERFACE) |
| 50 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) | 50 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) |
| 51 | 51 | ||
| 52 | # Zstandard | ||
| 53 | add_subdirectory(zstd/build/cmake EXCLUDE_FROM_ALL) | ||
| 54 | target_include_directories(libzstd_static INTERFACE ./zstd/lib) | ||
| 55 | |||
| 52 | # SoundTouch | 56 | # SoundTouch |
| 53 | add_subdirectory(soundtouch) | 57 | add_subdirectory(soundtouch) |
| 54 | 58 | ||