| 
									
										
										
										
											2015-04-10 08:39:09 -07:00
										 |  |  | find_program(DOXYGEN doxygen)
 | 
					
						
							|  |  |  | if (NOT DOXYGEN)
 | 
					
						
							|  |  |  |   message(STATUS "Target 'doc' disabled (requires doxygen)")
 | 
					
						
							| 
									
										
										
										
											2015-03-01 16:35:29 -08:00
										 |  |  |   return ()
 | 
					
						
							|  |  |  | endif ()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-07 16:35:01 +02:00
										 |  |  | find_package(PythonInterp QUIET REQUIRED)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-23 08:10:02 -08:00
										 |  |  | add_custom_target(doc | 
					
						
							| 
									
										
										
										
											2020-07-07 16:35:01 +02:00
										 |  |  |   COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/build.py
 | 
					
						
							| 
									
										
										
										
											2020-07-26 09:44:37 -07:00
										 |  |  |                                ${FMT_VERSION}
 | 
					
						
							| 
									
										
										
										
											2018-12-28 15:05:42 -08:00
										 |  |  |   SOURCES api.rst syntax.rst usage.rst build.py conf.py _templates/layout.html)
 | 
					
						
							| 
									
										
										
										
											2015-01-30 12:53:52 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-07 16:35:01 +02:00
										 |  |  | include(GNUInstallDirs)
 | 
					
						
							| 
									
										
										
										
											2016-05-24 07:03:08 -07:00
										 |  |  | install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ | 
					
						
							| 
									
										
										
										
											2020-07-07 16:35:01 +02:00
										 |  |  |         DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/doc/fmt OPTIONAL
 | 
					
						
							| 
									
										
										
										
											2020-05-29 23:19:16 +02:00
										 |  |  |         PATTERN ".doctrees" EXCLUDE)
 |