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

11 commits

Author SHA1 Message Date
Lars Melchior
4c756a78f3
use doctest_discover_tests to find individual tests (#7) 2020-04-14 17:11:41 +02:00
Lars Melchior
adf2801be6
small readme and cmake cleanup (#6)
* small readme and cmake cleanup

* wording
2020-04-14 15:46:15 +02:00
Lars Melchior
23abf01c55
Add CONFIGURE_DEPENDS flag to globs and cleanup (#5)
* join comments

* join target properties

* add empty lines

* update readme

* add CONFIGURE_DEPENDS to glob sources

* update comment about glob

* update comment about removing unused files

* update glob comment in the main CMakeLists
2020-04-14 14:56:32 +02:00
Lars Melchior
991d397433 revert install path and set find_package in tests to REQUIRED 2020-04-14 11:01:15 +02:00
Lars Melchior
83d0e6e7cc track coverage in the actual project 2020-04-13 18:17:01 +02:00
Lars Melchior
b0384f889a add install test 2020-04-13 17:30:09 +02:00
Lars Melchior
3507aa0a21 rename variable 2020-04-13 17:00:37 +02:00
Lars Melchior
532a9b7abe document sstream inclusion 2020-04-11 13:09:35 +02:00
Lars Melchior
6f46945151 is sstream really always required? 2020-04-11 12:59:41 +02:00
Lars Melchior
9a5f50f95c fix tests 2020-04-11 12:37:35 +02:00
Lars Melchior
c94580f25c init 2020-04-11 12:31:08 +02:00