Computer Assited Medical Intervention Tool Kit  version 3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
CamiTKApiDoc.cmake File Reference

Macros

#define where   to put the apidoc at build time
 

Functions

 set (APIDOC_SDK FALSE CACHE BOOL"Generate API documentation for CamiTK SDK") if(APIDOC_SDK) include(FindDoxygen) if(DOXYGEN) find_package(HTMLHelp) if(HTML_HELP_COMPILER) set(DOXYGEN_HTMLHELP YES) else(HTML_HELP_COMPILER) set(DOXYGEN_HTMLHELP NO) endif(HTML_HELP_COMPILER) if(DOT) set(HAVE_DOT YES) else(DOT) set(HAVE_DOT NO) endif(DOT) set(DOXYGEN_LANGUAGE"English"CACHE STRING"Language used by doxygen") mark_as_advanced(DOXYGEN_LANGUAGE) set(CAMITK_APIDOC_DIR $
 

Macro Definition Documentation

#define where   to put the apidoc at build time

Function Documentation

set ( APIDOC_SDK FALSE CACHE BOOL"Generate API documentation for CamiTK SDK"  )