mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-03 23:51:41 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			159 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			159 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
								 | 
							
								add_custom_command(OUTPUT html/index.html
							 | 
						||
| 
								 | 
							
								  COMMAND sphinx-build -b html . ../html
							 | 
						||
| 
								 | 
							
								  DEPENDS conf.py index.rst)
							 | 
						||
| 
								 | 
							
								add_custom_target(doc DEPENDS html/index.html)
							 |