소스 검색

doc: include FetchContent as needed (#1097)

Mojert 2 년 전
부모
커밋
a74b1b8220
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/CMakeLists.txt

+ 2 - 0
docs/CMakeLists.txt

@@ -1,5 +1,7 @@
 # Doxygen configuration (documentation)
 # Doxygen configuration (documentation)
 
 
+include(FetchContent)
+
 FetchContent_Declare(
 FetchContent_Declare(
     doxygen-awesome-css
     doxygen-awesome-css
     GIT_REPOSITORY https://github.com/jothepro/doxygen-awesome-css
     GIT_REPOSITORY https://github.com/jothepro/doxygen-awesome-css