6 lines
		
	
	
		
			99 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			PowerShell
		
	
	
	
	
	
cmake build -B build . 
 | 
						|
Set-Location -Path "./build"
 | 
						|
cmake --build .
 | 
						|
ctest
 | 
						|
Set-Location -Path ".."
 |