Skip to content

Commit

Permalink
Add cereal dep
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacKhor committed Sep 16, 2024
1 parent 2f6cf69 commit 67e4414
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions src_rewrite/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ lsvd_deps = [
static: true,
),
subproject('liburing').get_variable('uring'),
subproject('cereal').get_variable('cereal_dep'),
dependency('uuid'),
dependency('nlohmann_json'),
cxx.find_library('rados', required: true),
Expand Down
9 changes: 9 additions & 0 deletions subprojects/cereal.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = cereal-1.3.2
source_url = https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.2.zip
source_hash = e72c3fa8fe3d531247773e346e6824a4744cc6472a25cf9b30599cd52146e2ae
source_filename = v1.3.2.zip
patch_directory = cereal

[provide]
cereal = cereal_dep
9 changes: 9 additions & 0 deletions subprojects/packagefiles/cereal/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
project('cereal',
'cpp',
version : '1.3.2',
license : 'MIT',
)

cereal_dep = declare_dependency(
include_directories: include_directories('include')
)

0 comments on commit 67e4414

Please sign in to comment.