Standalone reimplementation of //base module from Chromium
ripper37-libbase provides CMake targets:
find_package(libbase CONFIG REQUIRED [<opt_feature>...])
target_link_libraries(main PRIVATE libbase::libbase [<opt_feature_target>...])
if enabled via features, it also provides optional CMake package components:
net - provides target `libbase::libbase_net` - networking module
win - provides target `libbase::libbase_win` - WinAPI integration module
wx - provides target `libbase::libbase_wx` - wxWidgets integration module
v1.1.1#0
All
MIT
Manifest