An open API service indexing awesome lists of open source software.

https://github.com/frklan/vc-template-cmake

Template for cmake based c++ project
https://github.com/frklan/vc-template-cmake

catch2 cmake cpp cpp17 template unittest

Last synced: 10 months ago
JSON representation

Template for cmake based c++ project

Awesome Lists containing this project

README

          

# vc-Template-cmake

My template for cmake based c++ projects.

## Usage

TBD

## Compiling

TBD

### Debug build

````bash
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ..
$ make
````

## TODO

TBD

## Contributing

Contributions are always welcome!

When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.

Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/[TBD]/tags).

## Authors

* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)

## License

This project is licensed under the CC BY-NC-SA License - see the [LICENSE](LICENSE) file for details.

Up to and including commit 3d76842891311857fc6a5ca2bab47be23a79a830 this project was licensed under the MIT Licens.