From 63da04e5ced93fcb87a20513acdff5d78b1166ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Thu, 26 Aug 2021 17:41:20 +0200 Subject: [PATCH] Add HTML header and footer to docs dependencies This should have been included in 150744ecca502c9af0631233d9d398fdf773a4db. --- docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 19694085..79cad560 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -17,7 +17,7 @@ set(source_files compat.dox internal.dox) -set(extra_files DoxygenLayout.xml extra.css spaces.svg) +set(extra_files DoxygenLayout.xml header.html footer.html extra.css spaces.svg) set(header_paths "${GLFW_SOURCE_DIR}/include/GLFW/glfw3.h"