You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
As per the last comment in #18 there is a less intrusive way to integrate clcache.
Each vcxproj file should include "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" In this props file you can add the following snipet (when installed with chocolatey):
As per the last comment in #18 there is a less intrusive way to integrate clcache.
Each vcxproj file should include "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" In this props file you can add the following snipet (when installed with chocolatey):
The will neither mean you need to tamper with your Visual Studio installation or your project files.
It would be nice, if the documentation can be updated accordingly.
The text was updated successfully, but these errors were encountered: