mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-10-31 14:11:44 +01:00 
			
		
		
		
	
		
			
	
	
		
			30 lines
		
	
	
		
			715 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			30 lines
		
	
	
		
			715 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | cc_library( | ||
|  |     name = "fmt", | ||
|  |     srcs = [ | ||
|  |         #"src/fmt.cc", # No C++ module support | ||
|  |         "src/format.cc", | ||
|  |         "src/os.cc", | ||
|  |     ], | ||
|  |     hdrs = [ | ||
|  |         "include/fmt/args.h", | ||
|  |         "include/fmt/chrono.h", | ||
|  |         "include/fmt/color.h", | ||
|  |         "include/fmt/compile.h", | ||
|  |         "include/fmt/core.h", | ||
|  |         "include/fmt/format.h", | ||
|  |         "include/fmt/format-inl.h", | ||
|  |         "include/fmt/locale.h", | ||
|  |         "include/fmt/os.h", | ||
|  |         "include/fmt/ostream.h", | ||
|  |         "include/fmt/printf.h", | ||
|  |         "include/fmt/ranges.h", | ||
|  |         "include/fmt/xchar.h", | ||
|  |     ], | ||
|  |     includes = [ | ||
|  |         "include", | ||
|  |         "src", | ||
|  |     ], | ||
|  |     strip_include_prefix = "include", | ||
|  |     visibility = ["//visibility:public"], | ||
|  | ) |