diff options
author | Jon Doron <arilou@gmail.com> | 2018-11-26 07:23:59 (GMT) |
---|---|---|
committer | Jon Doron <arilou@gmail.com> | 2018-11-27 05:13:26 (GMT) |
commit | 071c0e3ce42010ac62a22dfb62c7b6510506771b (patch) | |
tree | 95ffe2ca35e68f76822bfe5515ac38be5a09ac2f /Source/cmVSSetupHelper.h | |
parent | 6786345210994063030ad82f7ece66a461bbfb76 (diff) | |
download | CMake-071c0e3ce42010ac62a22dfb62c7b6510506771b.zip CMake-071c0e3ce42010ac62a22dfb62c7b6510506771b.tar.gz CMake-071c0e3ce42010ac62a22dfb62c7b6510506771b.tar.bz2 |
cmVSSetupHelper: Support Enterprise WDK build enviornment
Enterprise WDK is a command line build enviornment that does not require
any installation prior to use.
More information and download can be found here:
https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/using-the-enterprise-wdk
Signed-off-by: Jon Doron <arilou@gmail.com>
Diffstat (limited to 'Source/cmVSSetupHelper.h')
-rw-r--r-- | Source/cmVSSetupHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVSSetupHelper.h b/Source/cmVSSetupHelper.h index 4144c15..b9cca45 100644 --- a/Source/cmVSSetupHelper.h +++ b/Source/cmVSSetupHelper.h @@ -150,6 +150,7 @@ private: HRESULT comInitialized; // current best instance of VS selected VSInstanceInfo chosenInstanceInfo; + bool IsEWDKEnabled(); std::string SpecifiedVSInstallLocation; }; |