summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_VS_SDK_REFERENCE_DIRECTORIES.rst
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add variables to set SDK directories in vcxproj filesBastien Schatt2018-04-191-0/+4
Create `CMAKE_VS_SDK_*_DIRECTORIES` variables to tell the VS generator how to populate fields in `.vcxproj` files that specify SDK directories. Fixes: #17908