1CMAKE_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. 13