mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
7 lines
287 B
ReStructuredText
7 lines
287 B
ReStructuredText
CMAKE_PROJECT_TOP_LEVEL_INCLUDES
|
|
--------------------------------
|
|
|
|
* The :variable:`CMAKE_PROJECT_TOP_LEVEL_INCLUDES` variable was added to allow
|
|
injecting custom code at the site of the first :command:`project` call,
|
|
after the host and target platform details have been determined.
|