blob: 548c563b6423718dc4f892ff2b9a498afd2a3fc7 [file] [log] [blame]
Ryan Prichard7aea7e92022-01-13 17:30:17 -08001CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES
2---------------------------------------
3
4.. versionadded:: 3.6
5
6This cache variable is used by the Eclipse project generator. See
7:manual:`cmake-generators(7)`.
8
9The Eclipse project generator generates so-called linked resources
10e.g. to the subproject root dirs in the source tree or to the source files
11of targets.
12This can be disabled by setting this variable to FALSE.