adentinger / CMakeBestPractices

A reference CMake configuration for fairly scalable open-/closed-source C/C++ projects
MIT License
2 stars 0 forks source link

Setup include-what-you-use & link-what-you-use #95

Closed adentinger closed 8 months ago

adentinger commented 8 months ago

Won't do yet -- after some reseach, it seems these tools are not mature enough at this time to work on arbitrary projects. link-what-you-use, for example, does not ship prebuilt binaries, only source tarballs, and (according to its main README) currently makes a number of assumptions about the names of the C++ files.