me.dm is one of the many independent Mastodon servers you can use to participate in the fediverse.
Ideas and information to deepen your understanding of the world. Run by the folks at Medium.

Administered by:

Server stats:

1.2K
active users

眼力 玉壱號

vcpkg自分の configuration 内に CC とか CXX に関わる設定を持たないのね。原則外から与える物という立場。

binary artifact cache とかは勿論考慮してるけど。微妙に conan とは違う感じ。

vcpkg、baseline の registry が github.com/microsoft/vcpkg そのもので git clone してこないといけない(or 共有 directory に置いて VCPKG_ROOT github.com/microsoft/vcpkg なり何なりで point しないといけない)

GitHubGitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOSC++ Library Manager for Windows, Linux, and MacOS. Contribute to microsoft/vcpkg development by creating an account on GitHub.

だから brew install vcpkg した vcpkg はそのままだと動かない。別途 baseline registory を git clone で持ってきて、そこ vcpkg root としてpoint する様にしないといけない