mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Add the fmt string formatting library
More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications.
This commit is contained in:
		
							parent
							
								
									4e88458814
								
							
						
					
					
						commit
						a06220682c
					
				
					 4 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							|  | @ -22,3 +22,6 @@ | ||||||
| [submodule "cryptopp"] | [submodule "cryptopp"] | ||||||
|     path = externals/cryptopp/cryptopp |     path = externals/cryptopp/cryptopp | ||||||
|     url = https://github.com/weidai11/cryptopp.git |     url = https://github.com/weidai11/cryptopp.git | ||||||
|  | [submodule "fmt"] | ||||||
|  |     path = externals/fmt | ||||||
|  |     url = https://github.com/fmtlib/fmt.git | ||||||
|  |  | ||||||
|  | @ -258,6 +258,7 @@ add_subdirectory(${INI_PREFIX}) | ||||||
| add_subdirectory(externals) | add_subdirectory(externals) | ||||||
| 
 | 
 | ||||||
| option(DYNARMIC_TESTS OFF) | option(DYNARMIC_TESTS OFF) | ||||||
|  | set(DYNARMIC_NO_BUNDLED_FMT ON) | ||||||
| add_subdirectory(externals/dynarmic) | add_subdirectory(externals/dynarmic) | ||||||
| 
 | 
 | ||||||
| add_subdirectory(externals/glad) | add_subdirectory(externals/glad) | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -9,3 +9,4 @@ endif() | ||||||
| 
 | 
 | ||||||
| add_subdirectory(cryptopp) | add_subdirectory(cryptopp) | ||||||
| 
 | 
 | ||||||
|  | add_subdirectory(fmt) | ||||||
|  |  | ||||||
							
								
								
									
										1
									
								
								externals/fmt
									
										
									
									
										vendored
									
									
										Submodule
									
								
							
							
						
						
									
										1
									
								
								externals/fmt
									
										
									
									
										vendored
									
									
										Submodule
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | Subproject commit ac5484c4e7365b59d8c7e14db6778de26635e428 | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue