fantana21 / CppProjectTemplate

Based on cmake-init but adapted to our needs and preferences
MIT License
0 stars 0 forks source link

Rework AddAndSetUpTargets.cmake #37

Closed PatrickKa closed 1 month ago

PatrickKa commented 1 month ago

We now give the full target names to the add_and_set_up_xxx() functions. This makes it easier to use project-specific target name prefixes as we do in the Bullseye projects where we only use "Bullseye" as a prefix for all targets (or "BullseyeTests" for tests).

github-actions[bot] commented 1 month ago

Code coverage report

------------------------------------------------------------------------------
File                                       Lines    Exec  Cover   Missing
------------------------------------------------------------------------------
CppProjectTemplate/Library.cpp                 4       4   100%
CppProjectTemplate/Square.hpp                  2       2   100%
------------------------------------------------------------------------------
TOTAL                                          6       6   100%
------------------------------------------------------------------------------
github-actions[bot] commented 1 month ago

Code coverage report

------------------------------------------------------------------------------
File                                       Lines    Exec  Cover   Missing
------------------------------------------------------------------------------
CppProjectTemplate/Library.cpp                 4       4   100%
CppProjectTemplate/Library.hpp                 0       0    --%
CppProjectTemplate/Square.hpp                  2       2   100%
------------------------------------------------------------------------------
TOTAL                                          6       6   100%
------------------------------------------------------------------------------