Search found 1 match

by trojanfoe
June 25th, 2020, 6:19 am
Forum: Everything
Topic: My First CMake
Replies: 3
Views: 2839

Re: My First CMake

If you are using cmake then you can manage all your external library deps using Microsoft's vcpkg (https://github.com/microsoft/vcpkg). Once you install the libraries you want to use and run "vcpkg integrate install" then those library headers and lib/dll files become magically available to your pro...