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
- Host: GitHub
- URL: https://github.com/frklan/vc-template-cmake
- Owner: frklan
- License: other
- Created: 2019-03-02T09:30:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T10:00:31.000Z (about 6 years ago)
- Last Synced: 2025-08-11T19:44:10.792Z (11 months ago)
- Topics: catch2, cmake, cpp, cpp17, template, unittest
- Language: CMake
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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.