mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 12:25:12 +08:00
3d59c797f9
@dhowett gave approval on teams. Squash merging
381 B
381 B
How to use
We use the awesome spdlog library for logging as a git submodule under the deps
directory. To use it in your project, just include spdlog.props in a .vcxproj like this:
<Import Project="..\..\..\deps\spdlog.props" />
It'll add the required include dirs and link the library binary itself.