comparison doc/CMakeLists.txt @ 818:49fa22f0b4b9

windows: support for VS2017
author David Demelier <markand@malikania.fr>
date Fri, 23 Nov 2018 21:50:20 +0100
parents 17367b6a99b4
children 06cc2f95f479
comparison
equal deleted inserted replaced
817:ebe561276c33 818:49fa22f0b4b9
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
23 if (IRCCD_HAVE_DOXYGEN) 21 if (IRCCD_HAVE_DOXYGEN)
24 add_subdirectory(doxygen) 22 add_subdirectory(doxygen)
25 endif () 23 endif ()
26 24
27 add_subdirectory(examples) 25 add_subdirectory(examples)