project: Add variable CMAKE_PROJECT_INCLUDE

This commit is contained in:
Ruslan Baratov
2019-03-27 22:36:51 +03:00
parent 390f14a244
commit dda0190458
7 changed files with 52 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
CMAKE_PROJECT_INCLUDE
---------------------
A CMake language file or module to be included by the :command:`project`
command. This is intended for injecting custom code into project
builds without modifying their source.