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

Add link about modern CMake practices (#16)

This commit is contained in:
Lars Melchior 2020-04-16 14:09:27 +02:00 committed by GitHub
parent cec2e8cf4d
commit 6986c26f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ This template is the result of learnings from many previous projects and should
## Features ## Features
- Modern CMake practices - [Modern CMake practices](https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/)
- Suited for single header libraries and projects of any scale - Suited for single header libraries and projects of any scale
- Separation into library and executable code - Separation into library and executable code
- Integrated test suite - Integrated test suite