mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
add options.cmake project config file
common options used for every cmake project prevent reame of standalone executable via cmake properties
This commit is contained in:
parent
9391ce636a
commit
6ea6bdd2ea
11 changed files with 84 additions and 103 deletions
|
@ -61,7 +61,7 @@ endif()
|
|||
|
||||
enable_testing()
|
||||
|
||||
add_test(NAME greeterTests COMMAND GreeterTests)
|
||||
add_test(NAME greeterTests COMMAND GreeterTests -s false)
|
||||
|
||||
# ---- code coverage ----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue