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