The basic codelite generator creates .project files based on the `project()` stanza. Add a `CMAKE_CODELITE_USE_TARGETS` option to use the targets instead.
8 lines
224 B
ReStructuredText
8 lines
224 B
ReStructuredText
CMAKE_CODELITE_USE_TARGETS
|
|
--------------------------
|
|
|
|
Change the way the CodeLite generator creates projectfiles.
|
|
|
|
If this variable is set to ``ON`` the generator creates projectfiles
|
|
based on targets rather than projects.
|