Replies: 2 comments 1 reply
-
Looks like someone will need to write a meson.build for gflags, and perhaps contribute it to the WrapDB. Is that something you would like to take a stab at? Do you want advice/guidance on doing so? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The below script works: cmake = import('cmake')
gflags_proj = cmake.subproject('gflags')
message('CMake targets:\n - ' + '\n - '.join(gflags_proj.target_list()))
gflags_dep = gflags_proj.dependency('gflags_static') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use gflags as a meson subprjoect. gflags is similar as gtest, it's also a google's project. Url is https://github.com/gflags/gflags. I think it should be similar as gtest, write a wrap file, get patch file from WrapDB, but I am wrong. There is not exist gflags patch file at WrapDb : https://mesonbuild.com/Wrapdb-projects.html. What can I do with this?
Beta Was this translation helpful? Give feedback.
All reactions