~midori/midori/trunk

« back to all changes in this revision

Viewing changes to docs/api/CMakeLists.txt

  • Committer: André Stösel
  • Date: 2013-09-28 14:13:22 UTC
  • mfrom: (6419 midori)
  • mto: This revision was merged to the branch mainline in revision 6427.
  • Revision ID: andre@stoesel.de-20130928141322-8g2nadq5gnm30gkh
merge lp:midori

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (C) 2013 Olivier Duchateau
 
2
 
 
3
include (GtkDoc)
 
4
 
 
5
if (GTKDOC_FOUND)
 
6
    list (APPEND MODULES "katze" "midori")
 
7
    foreach (MOD ${MODULES})
 
8
        if (EXISTS "${CMAKE_SOURCE_DIR}/${MOD}")
 
9
            gtkdoc (${MOD})
 
10
        endif ()
 
11
    endforeach ()
 
12
else ()
 
13
    message (FATAL_ERROR "gtk-doc not found")
 
14
endif ()