add zstd lib

This commit is contained in:
yihaoDeng 2024-03-14 08:27:41 +00:00
parent fe10867547
commit 816f7d6cbe
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# zstb
ExternalProject_Add(zstd
GIT_REPOSITORY https://github.com/facebook/zstd.git
GIT_TAG v1.5.5
DOWNLOAD_DIR "${TD_CONTRIB_DIR}/deps-download"
SOURCE_DIR "${TD_CONTRIB_DIR}/zstd"
BINARY_DIR ""
CONFIGURE_COMMAND ""
BUILD_COMMAND make -j4
INSTALL_COMMAND ""
TEST_COMMAND ""
)