1CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT
2-------------------------------------
3
4.. versionadded:: 3.6
5
6This cache variable is used by the Eclipse project generator.  See
7:manual:`cmake-generators(7)`.
8
9If this variable is set to TRUE, the Eclipse project generator will generate
10an Eclipse project in :variable:`CMAKE_SOURCE_DIR` . This project can then
11be used in Eclipse e.g. for the version control functionality.
12:variable:`CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT` defaults to FALSE; so
13nothing is written into the source directory.
14