blob: 21af5f7d9305ff94f2e4faa9a09655c87b1a90d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_CODELITE_USE_TARGETS
--------------------------
.. versionadded:: 3.7
Change the way the CodeLite generator creates projectfiles.
If this variable evaluates to ``ON`` at the end of the top-level
``CMakeLists.txt`` file, the generator creates projectfiles based on targets
rather than projects.
|