Eyescale/CMake

Extra targets

jjcasmar opened this issue · 1 comments

Hi,
is there any way to disable all the extra targets that cmakecommon generate? Im thinking about project-tarball, project graph, cpplint, clangchecks and all that.

Thanks

There is no way to disable that, once you include Common.cmake. Howevere, some parts can be used individually, like you could just include(CommonCompiler) if you're interested in compiler flags. All magic target related files today have a close link to those 'extra' targets, though.