diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-11-03 18:23:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-11-03 18:23:06 (GMT) |
commit | d6c92bde006ce9c31d7dbf06ca25fa39a9657ee6 (patch) | |
tree | f64862fcaef1fda2558387d36d8441bf63458d51 /src | |
parent | 4f7bb20a8f3707a6af277f8f8728e31030dc239f (diff) | |
download | hdf5-d6c92bde006ce9c31d7dbf06ca25fa39a9657ee6.zip hdf5-d6c92bde006ce9c31d7dbf06ca25fa39a9657ee6.tar.gz hdf5-d6c92bde006ce9c31d7dbf06ca25fa39a9657ee6.tar.bz2 |
Doxygen add new files and update docs
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7581ae5..eb2d1c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1387,4 +1387,10 @@ if (DOXYGEN_FOUND) COMPONENT Documents ) + if(NOT TARGET doxygen) + add_custom_target(doxygen) + endif() + + add_dependencies(doxygen hdf5lib_doc) + endif () |