From c08434eb74ebf8ea2e1cc65091217189214c5538 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 20 Aug 2021 11:22:24 +0700 Subject: add docs --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ad6ed04..6930360 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -283,6 +283,7 @@ endif (USE_EXT_GD) add_subdirectory(tests) add_subdirectory(examples) +add_subdirectory(docs) add_custom_target(distclean ${GD_SOURCE_DIR}/cmake/distclean.sh) -- cgit v1.2.1