From 24bfd41ce1a36ba8ba9e7007bd570c4670950290 Mon Sep 17 00:00:00 2001 From: dingbo Date: Mon, 13 Jun 2022 19:56:11 +0800 Subject: [PATCH] fix: can't find docs --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b78b896908..0c7e31bfbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,6 @@ add_subdirectory(tests) add_subdirectory(examples/c) # docs -add_subdirectory(docs) +add_subdirectory(docs/doxgen) # tests (TODO)