summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-20 11:22:24 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-20 11:22:24 +0700
commitc08434eb74ebf8ea2e1cc65091217189214c5538 (patch)
tree13ce22291cb1e5092e5d38aa913cc9c991e76bba /CMakeLists.txt
parent6013c7bcf6eb795dba584f92d3824ebd3ae60202 (diff)
downloadlibgd-c08434eb74ebf8ea2e1cc65091217189214c5538.tar.gz
add docs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)