Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Is your question specifically about C++ and CMake, or more general about any build system? Commented Apr 20, 2019 at 23:21
  • I'd like to have advices about best practices in general, and specifically about how to integrate third party libraries in c++ using a Cmake-oriented build system, since i've seen that in other situations (for example in Java) it isn't such a big deal. Commented Apr 21, 2019 at 7:03
  • Looks like you need a sort of package manager. Have you looked for C++ PMs? I have found Buckaroo and Conan. I have found them reading hackernoon blog post about the subject. Commented Apr 21, 2019 at 18:22