I’m trying to learn my way around cmake projects for c++ and today I’m working on learning how to use vcpkg. One of the libraries I’m interested in trying is cpp-dotenv but it’s not currently in the vcpkg repository.
I found some of the docs over on microsoft to configure a github repo within vcpkg, but their example seems to expect an ‘install’ target be included in the packages cmake configuration. This particular library does not appear to have one. And since I’m just learning cmake, I don’t think I can fork it to add one.
Is it possible in the vcpkg.json and/or portfiles.cmake to instruct it to build and copy the library files without an install target in the projects CMakeLists.txt?
laserpants/dotenv-cpp
(I tried requesting they add it to vcpkg repository or at least add the install target)
request to add vcpkg support