mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			570 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			25 lines
		
	
	
		
			570 B
		
	
	
	
		
			YAML
		
	
# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
 | 
						|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
 | 
						|
 | 
						|
name: shaderc
 | 
						|
buildsystem: cmake-ninja
 | 
						|
builddir: true
 | 
						|
config-opts:
 | 
						|
  - "-DCMAKE_BUILD_TYPE=Release"
 | 
						|
  - "-DSHADERC_SKIP_TESTS=ON"
 | 
						|
  - "-DSHADERC_SKIP_EXAMPLES=ON"
 | 
						|
  - "-DSHADERC_SKIP_COPYRIGHT_CHECK=ON"
 | 
						|
build-options:
 | 
						|
  strip: true
 | 
						|
sources:
 | 
						|
  - type: git
 | 
						|
    url: "https://github.com/stenzek/shaderc.git"
 | 
						|
    commit: "3c12f7af773c547973138bee6d6ac70d91729479"
 | 
						|
cleanup:
 | 
						|
  - /bin
 | 
						|
  - /include
 | 
						|
  - /lib/*.a
 | 
						|
  - /lib/*.la
 | 
						|
  - /lib/cmake
 | 
						|
  - /lib/pkgconfig
 |