mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-10-31 14:11:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			202 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			202 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_custom_command(OUTPUT html/index.html
 | |
|   COMMAND doxygen
 | |
|   COMMAND rm -rf ../html
 | |
|   COMMAND sphinx-build -b html . ../html
 | |
|   DEPENDS conf.py index.rst)
 | |
| add_custom_target(doc DEPENDS html/index.html)
 |