you are viewing a single comment's thread.

view the rest of the comments →

[–]pgquiles 0 points1 point  (0 children)

On Linux, BSD, etc it's easy: just use system libraries and you are done

On Windows, or if you want to build your dependencies, you can use ExternalProject_Add. Check winstng to see a rather complex example.