summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <FreddyFunk@users.noreply.github.com>2019-02-08 23:03:28 +0100
committerFreddyFunk <FreddyFunk@users.noreply.github.com>2019-03-29 18:22:07 +0100
commitd85c1141b9fd0133bb2d988ad3c7b5369a6fac3a (patch)
tree7223ebf39bb1de2ad4565a224388f7b45fd618f6
parent93de7a7b40114259c4e3255d6567c519c8300fa1 (diff)
externals: Add libzstd_static to externals CMakeLists.txt
-rw-r--r--externals/CMakeLists.txt4
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)
add_library(unicorn-headers INTERFACE)
target_include_directories(unicorn-headers INTERFACE ./unicorn/include)
+# Zstandard
+add_subdirectory(zstd/build/cmake EXCLUDE_FROM_ALL)
+target_include_directories(libzstd_static INTERFACE ./zstd/lib)
+
# SoundTouch
add_subdirectory(soundtouch)