|
|
|
|
|
by annowiki
1334 days ago
|
|
When I started playing with C/C++ the first thing I complained about was how difficult package management was. Conan is not as simple as cargo or pip. It's often simpler to find a header only library and plop it into your repo, but you still have to modify build configurations to include it. This is the first time I thought to myself "Maybe that's actually a good thing." |
|