1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00
This commit is contained in:
Lars Melchior 2020-04-11 13:12:45 +02:00 committed by GitHub
parent 532a9b7abe
commit e40356919c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,8 @@ A best-practice git template for modern C++ libraries and projects.
### Adjust the template to your needs ### Adjust the template to your needs
- Copy this repo and replace all occurrences of "Greeter" in the CMakeLists and Readme with project's name. - Clone this repo and replace all occurrences of "Greeter" in the [CMakeLists.txt](CMakeLists.txt)
- Note the comments in the CMakeLists for single-header libraries - Single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt)
- Have fun! - Have fun!
### Build and run test suite ### Build and run test suite