1. Home
  2. Browse
  3. ripper37-libbase

ripper37-libbase

v1.1.1#0Latest

Standalone reimplementation of //base module from Chromium

Install

Run the following Vcpkg command to install the port.

vcpkg install ripper37-libbase

Usage

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

Features

Dependencies

See source

Version

v1.1.1#0

Publication

Supports

All

GitHub

RippeR37/libbase55

Homepage

github.com/RippeR37/libbase

Documentation

ripper37.github.io/libbase

Subtree

e3f96da28a

License

MIT

Definition

Manifest