Dependency Management in C++ - Patricia Aas - NDC TechTown 2021

preview_player
Показать описание
C++ has been slow to settle on standardized tools for building and dependency management. In recent years CMake has emerged as the de facto standard for builds, but dependency management still has no clear winner. In this talk I will look into what dependency management might look like in modern C++ projects and how that relates to security.
Рекомендации по теме
Комментарии
Автор

Gradle??!?!?!



#hottip: Stay far away from it, unless you're really into pain, insanely complicated build systems (that occasionally accidentally does dependency tracking) or just having a build that sometimes work how someone maybe intended it to sort of function:

But if you don't like life, it's a superb tool.

brynyard