summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/CodeInjection
Commit message (Collapse)AuthorAgeFilesLines
* CMAKE_PROJECT_INCLUDE: Allow to run module filesCristian Le2023-10-181-0/+28
| | | | Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
* CMAKE_PROJECT_INCLUDE: Add support for including multiple filesCristian Le2023-10-1814-10/+40
| | | | | Fixes: #25341 Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
* project(): Add new CMAKE_PROJECT_TOP_LEVEL_INCLUDES file injection pointCraig Scott2022-05-139-0/+19
Fixes: #22685