Loading

Paste #p1np2sca9

  1. # Find doxygen.
  2. find_package(Doxygen)
  3.  
  4. # Generate build targets and the doc/index.html file.
  5. IF (DOXYGEN_FOUND OR LUA_PROGRAM_FOUND)
  6.  
  7. ELSE (DOXYGEN_FOUND OR LUA_PROGRAM_FOUND)
  8.   message("Cannot locate Doxygen or lua, 'doc' target is not available")
  9.  
  10. ENDIF (DOXYGEN_FOUND OR LUA_PROGRAM_FOUND)

Comments