mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	externals: allow user to use system cubeb (#7107)
This commit is contained in:
		
							parent
							
								
									4284893044
								
							
						
					
					
						commit
						89d5d4a2b6
					
				
					 2 changed files with 16 additions and 4 deletions
				
			
		|  | @ -21,6 +21,7 @@ option(USE_SYSTEM_GLSLANG "Use the system glslang and SPIR-V libraries (instead | |||
| option(USE_SYSTEM_ZSTD "Use the system Zstandard library (instead of the bundled one)" OFF) | ||||
| option(USE_SYSTEM_ENET "Use the system libenet (instead of the bundled one)" OFF) | ||||
| option(USE_SYSTEM_CRYPTOPP "Use the system cryptopp (instead of the bundled one)" OFF) | ||||
| option(USE_SYSTEM_CUBEB "Use the system cubeb (instead of the bundled one)" OFF) | ||||
| 
 | ||||
| # Qt and MoltenVK are handled separately | ||||
| CMAKE_DEPENDENT_OPTION(DISABLE_SYSTEM_SDL2 "Disable system SDL2" OFF "USE_SYSTEM_LIBS" OFF) | ||||
|  | @ -41,6 +42,7 @@ CMAKE_DEPENDENT_OPTION(DISABLE_SYSTEM_GLSLANG "Disable system glslang" OFF "USE_ | |||
| CMAKE_DEPENDENT_OPTION(DISABLE_SYSTEM_ZSTD "Disable system Zstandard" OFF "USE_SYSTEM_LIBS" OFF) | ||||
| CMAKE_DEPENDENT_OPTION(DISABLE_SYSTEM_ENET "Disable system libenet" OFF "USE_SYSTEM_LIBS" OFF) | ||||
| CMAKE_DEPENDENT_OPTION(DISABLE_SYSTEM_CRYPTOPP "Disable system cryptopp" OFF "USE_SYSTEM_LIBS" OFF) | ||||
| CMAKE_DEPENDENT_OPTION(DISABLE_SYSTEM_CUBEB "Disable system cubeb" OFF "USE_SYSTEM_LIBS" OFF) | ||||
| 
 | ||||
| set(LIB_VAR_LIST | ||||
|     SDL2 | ||||
|  | @ -61,6 +63,7 @@ set(LIB_VAR_LIST | |||
|     ZSTD | ||||
|     ENET | ||||
|     CRYPTOPP | ||||
|     CUBEB | ||||
|     ) | ||||
| 
 | ||||
| # First, check that USE_SYSTEM_XXX is not used with USE_SYSTEM_LIBS | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue