Add detours library as a linked folder
This commit is contained in:
parent
6885a4c8ab
commit
d8f88e1a70
|
|
@ -31,6 +31,13 @@
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.tlog
|
||||||
|
*.idb
|
||||||
|
*.pdb
|
||||||
|
|
||||||
.vs/*
|
.vs/*
|
||||||
Debug/*
|
Debug/*
|
||||||
Release/*
|
Release/*
|
||||||
|
PolygonClientUtiliites/Debug/*
|
||||||
|
PolygonClientUtilities/Release/*
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "Detours"]
|
||||||
|
path = Detours
|
||||||
|
url = https://github.com/microsoft/Detours
|
||||||
Loading…
Reference in New Issue