Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
cf7ecf6e
Commit
cf7ecf6e
authored
8 years ago
by
Georgy Kirichenko
Browse files
Options
Downloads
Patches
Plain Diff
Update bundled zstd library
parent
b881164c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/BuildZSTD.cmake
+6
-8
6 additions, 8 deletions
cmake/BuildZSTD.cmake
third_party/zstd
+1
-1
1 addition, 1 deletion
third_party/zstd
with
7 additions
and
9 deletions
cmake/BuildZSTD.cmake
+
6
−
8
View file @
cf7ecf6e
macro
(
zstd_build
)
add_library
(
zstd STATIC
third_party/zstd/lib/zstd_compress.c
third_party/zstd/lib/zstd_decompress.c
third_party/zstd/lib/zdict.c
third_party/zstd/lib/zbuff.c
third_party/zstd/lib/fse.c
third_party/zstd/lib/huff0.c
third_party/zstd/lib/divsufsort.c
third_party/zstd/lib/compress/zstd_compress.c
third_party/zstd/lib/decompress/zstd_decompress.c
)
set
(
ZSTD_LIBRARIES zstd
)
set
(
ZSTD_INCLUDE_DIRS
${
CMAKE_CURRENT_SOURCE_DIR
}
/third_party/zstd/lib
)
set
(
ZSTD_INCLUDE_DIRS
${
CMAKE_CURRENT_SOURCE_DIR
}
/third_party/zstd/lib
${
CMAKE_CURRENT_SOURCE_DIR
}
/third_party/zstd/lib/common
)
target_include_directories
(
zstd PUBLIC
${
ZSTD_INCLUDE_DIRS
}
)
find_package_message
(
ZSTD
"Using bundled ZSTD"
"
${
ZSTD_LIBRARIES
}
:
${
ZSTD_INCLUDE_DIRS
}
"
)
add_dependencies
(
build_bundled_libs zstd
)
...
...
This diff is collapsed.
Click to expand it.
zstd
@
d7c6589d
Compare
d0407789
...
d7c6589d
Subproject commit d
0407789f6b926222ac83183010918b090cf163d
Subproject commit d
7c6589df8bfd0722579054532a0c588b9c17901
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment