diff options
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt new file mode 100644 index 0000000..2cbf49f --- /dev/null +++ b/docs/CMakeLists.txt @@ -0,0 +1,3 @@ +IF(XTRKCAD_USE_DOXYGEN) + ADD_SUBDIRECTORY(doxygen) +ENDIF(XTRKCAD_USE_DOXYGEN) |