mirror of
				https://github.com/falk-werner/webfuse
				synced 2025-06-13 12:54:15 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			328 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			328 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | #!/bin/sh | ||
|  | 
 | ||
|  | . DoBuildFiles/generic.properties | ||
|  | . DoBuildFiles/cmake.properties | ||
|  | . cmake_helper.sh | ||
|  | 
 | ||
|  | export CTEST_OUTPUT_ON_FAILURE=1 | ||
|  | 
 | ||
|  | { [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- "$(cmake_generator_verbose_opt "$CMAKE_GENERATOR_NAME")" "$@" | ||
|  | [ -z "$VERBOSE" ] || set -x | ||
|  | 
 | ||
|  | exec "$CMAKE_GENERATOR_CMD" -j"$NPROC" "$@" |