diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-04-28 11:26:57 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-28 14:17:52 -0700 |
| commit | a9d989ec056246ea320a56ca7d02b161a6fee387 (patch) | |
| tree | 3dbc45232f9f83365e7fc095c7b2cebe214c4370 /toolsrc/include | |
| parent | ed3f943259acd4913f99891a709c8d6713f18397 (diff) | |
| download | vcpkg-a9d989ec056246ea320a56ca7d02b161a6fee387.tar.gz vcpkg-a9d989ec056246ea320a56ca7d02b161a6fee387.zip | |
[vcpkg-integrate-install] Add vcpkg.path.txt to localappdata for more generic consumption.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/userconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/userconfig.h b/toolsrc/include/vcpkg/userconfig.h index 63b8e5481..d044f43ef 100644 --- a/toolsrc/include/vcpkg/userconfig.h +++ b/toolsrc/include/vcpkg/userconfig.h @@ -17,4 +17,6 @@ namespace vcpkg void try_write_data(Files::Filesystem& fs) const; }; + + fs::path get_user_dir(); } |
