comparison doc/CMakeLists.txt @ 701:2007a37d7e1a

CMake: prefix options with IRCCD_, #closes 800 @2h
author David Demelier <markand@malikania.fr>
date Wed, 16 May 2018 12:25:51 +0200
parents 27587ff92a64
children 8c44bbcbbab9
comparison
equal deleted inserted replaced
700:91bc29e87399 701:2007a37d7e1a
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 if (HAVE_DOXYGEN) 21 if (IRCCD_HAVE_DOXYGEN)
22 add_subdirectory(doxygen) 22 add_subdirectory(doxygen)
23 endif () 23 endif ()
24 24
25 add_subdirectory(examples) 25 add_subdirectory(examples)
26 #add_subdirectory(man) 26 #add_subdirectory(man)
27 27
28 if (HAVE_HTML) 28 if (IRCCD_HAVE_HTML)
29 add_subdirectory(html) 29 add_subdirectory(html)
30 endif () 30 endif ()