Launch CMake GUI and set the locations for source package and build output.
Click Configure option and select:
Generator as the Installed Microsoft Visual Studio Version
Platform as x64
Optional toolset as ClangCl
Select additional library config and build options.
Configure CMAKE_INSTALL_PREFIX appropriately.
Click Generate. Microsoft Visual Studio project is generated.
Click Open Project. Microsoft Visual Studio project for the source package is launched.