add zstd lib
This commit is contained in:
parent
fe10867547
commit
816f7d6cbe
|
@ -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 ""
|
||||
)
|
Loading…
Reference in New Issue