Skip to content

svens/xxx

Repository files navigation

Template for C++ library project

Build Coverage

Provides tooling for:

To get started, clone this repository, get rid of existing .git directory, search and replace strings xxx and XXX with new project name.

Compiling and installing

$ mkdir build && cd build
$ cmake .. [-Dxxx_test=yes|no] [-Dxxx_doc=yes|no] [-Dxxx_samples=yes|no]
$ make && make test && make install

Source tree

The source tree is organised as follows:

.               Root of source tree
|- xxx          Library ...
|  `- module    ... per module headers/sources/tests/benchmarks
|- cmake        CMake modules
`- sample       Sample application using xxx

About

Template for portable C++ library project

Resources

License

Stars

Watchers

Forks

Packages

No packages published