1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

update readme

This commit is contained in:
Lars Melchior 2020-04-14 09:43:09 +02:00
parent a982e0b72c
commit c8cee5ff2e

View file

@ -26,7 +26,7 @@ This template is a collection from learnings of previous projects and should all
### Adjust the template to your needs
- Clone this repo and replace all occurrences of "Greeter" in the [CMakeLists.txt](CMakeLists.txt) with the name of your project
- Use this repo [as a template](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) and replace all occurrences of "Greeter" in [both](test/CMakeLists.txt) [CMakeLists.txt](CMakeLists.txt) with the name of your project
- Replace the source files with your own
- For single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt)
- Add your project's codecov token to your project's github secrets under `CODECOV_TOKEN`
@ -80,4 +80,4 @@ See [Format.cmake](https://github.com/TheLartians/Format.cmake) for more options
## Coming soon
- Script to automatically update project-specific settings
- Script to automatically adjust this template new projects