velopack / velopack.fusion

Velopack client libraries for a variety of programming langauges
https://velopack.io
MIT License
0 stars 1 forks source link

Improvements to C++ lib #5

Open caesay opened 3 months ago

caesay commented 3 months ago

Future improvements:

Compile the sample:

In a c++ cmake project, extending it with libraries is pretty much:

  1. add library repo as submodule
  2. Add 1-2 commands in parent cmake to embed/compile library statically or dynamically
  3. include

  4. PROFIT!

With vcpkg it's the same except without the first step.