Windows Implementation Libraries: type-safe C++ interfaces for Windows patterns

Windows Implementation Libraries: type-safe C++ interfaces for Windows patterns

From here, you can either invoke CMake directly:

Or through one of the scripts in the scripts directory:

If you initialized using Ninja as the generator, you can build the tests like so:

Or, if you want to only build a single test (e.g. for improved compile times):

If you initialized using MSBuild as the generator, there will be a file in the root of the build directory. If you used the initialization script(s) mentioned above, or if you followed the same directory naming convention of those scripts, you can use the runtests.cmd script, which will execute any test executables that have been built, erroring out – and preserving the exit code – if any test fails. You will want to repeat this process for the other architecture (e.g. by using the “x86 Native Tools Command Prompt for VS 2019”)

This project welcomes contributions and suggestions.

Source: github.com