comparison doc/CMakeLists.txt @ 789:17367b6a99b4

doc: add lots of doxygen documentation
author David Demelier <markand@malikania.fr>
date Fri, 09 Nov 2018 13:31:00 +0100
parents 8c44bbcbbab9
children 49fa22f0b4b9
comparison
equal deleted inserted replaced
788:3c090c1ff4f0 789:17367b6a99b4
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 project(doc) 19 project(doc)
20 20
21 add_custom_target(docs ALL COMMENT "Generating documentation")
22
21 if (IRCCD_HAVE_DOXYGEN) 23 if (IRCCD_HAVE_DOXYGEN)
22 add_subdirectory(doxygen) 24 add_subdirectory(doxygen)
23 endif () 25 endif ()
24 26
25 add_subdirectory(examples) 27 add_subdirectory(examples)