mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
bootstrapper: implement logging support
- add cxxopts and spdlog libraries - implement cmd flag for severity - add debug and error messages
This commit is contained in:
committed by
Andrey Nekrasov
parent
36bcbe9d95
commit
c34c963121
7
.gitmodules
vendored
Normal file
7
.gitmodules
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
[submodule "deps/spdlog"]
|
||||
path = deps/spdlog
|
||||
url = https://github.com/gabime/spdlog.git
|
||||
|
||||
[submodule "deps/cxxopts"]
|
||||
path = deps/cxxopts
|
||||
url = https://github.com/jarro2783/cxxopts.git
|
||||
Reference in New Issue
Block a user