File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ $vsPath = vswhere -all -products * -requires Microsoft.Component.MSBuild -proper
22Import-Module " ${vsPath} \\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll"
33Enter-VsDevShell - VsInstallPath " $vsPath " - SkipAutomaticLocation - Arch amd64
44
5- $CMAKE = " ${vsPath} \\Common7\\IDE\\CommonExtensions\\Microsoft\\CMake\\CMake\\bin\\cmake.exe"
5+ # $CMAKE="${vsPath}\\Common7\\IDE\\CommonExtensions\\Microsoft\\CMake\\CMake\\bin\\cmake.exe"
66# rm -r -Force ./build
7- & ${CMAKE} - DCMAKE_BUILD_TYPE= Release - DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL= TRUE -- no- warn- unused- cli - S . - B ./ build - G " Visual Studio 17 2022" - T host= x64 - A x64
8- & ${CMAKE} -- build ./ build -- config Release -- target ALL_BUILD -- parallel
7+ cmake - DCMAKE_BUILD_TYPE= Release - DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL= TRUE -- no- warn- unused- cli - S . - B ./ build - G " Visual Studio 17 2022" - T host= x64 - A x64
8+ cmake -- build ./ build -- config Release -- target ALL_BUILD -- parallel
99
1010# cmake --preset Release
1111# cmake --build --preset Release --parallel
You can’t perform that action at this time.
0 commit comments