remwharead  0.9.1
remwharead Reference

Using the library

The easiest way is to include remwharead.hpp, which then includes all other headers.

#include <remwharead/remwharead.hpp>

Use it in your CMake project like this:

find_package(remwharead CONFIG REQUIRED)
target_link_libraries(MyProject remwharead::remwharead)

Or compile your code with g++ $(pkg-config --cflags --libs remwharead).