cmake/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst

14 lines
528 B
ReStructuredText
Raw Normal View History

2016-07-09 11:21:54 +02:00
CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT
-------------------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.6
2016-07-09 11:21:54 +02:00
This cache variable is used by the Eclipse project generator. See
:manual:`cmake-generators(7)`.
If this variable is set to TRUE, the Eclipse project generator will generate
an Eclipse project in :variable:`CMAKE_SOURCE_DIR` . This project can then
be used in Eclipse e.g. for the version control functionality.
2023-05-23 16:38:00 +02:00
``CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT`` defaults to ``FALSE``; so
2016-07-09 11:21:54 +02:00
nothing is written into the source directory.