blob: 33cdf6ca663c3eaf80e274065f6d7fc62d8bd2a2 (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_CODELITE_USE_TARGETS
--------------------------
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.
|