[ripper37-libbase] Add new recipe (v1.1.1) #27272
Open
+257
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This commit adds a new recipe for
libbase
library. To avoid name clashes and match name withvcpkg
I've chosen to useripper37-libbase
recipe name.Tested locally on Linux and Windows with different modules combinations.
Motivation
Publish new package for easier importing into projects for its users.
Details
I'm the author of
libbase
project that is a reimplementation of//base
module from Chromium. I've recently updated the project and currently aim to make it easier to use for everyone by improving CMake build/installation and publishing it to vcpkg and Conan. The library is modular and allows its users to select which parts of it they want to reduce needed dependencies.&:module_net=[True|False]
x&:module_win=[True/False]
x&:module_wx=[True/False]