| Last change
                  on this file since 503:9605e051942f was
                  225:c5a40fc54f1a,
                  checked in by Alpar Juttner <alpar@…>, 17 years ago | 
        
          | 
CMake improvements.
 documentation generation with Doxygen
installation support
 | 
        | File size:
            327 bytes | 
      
      
        
  | Rev | Line |  | 
|---|
| [225] | 1 | INCLUDE(FindPackageHandleStandardArgs) | 
|---|
|  | 2 |  | 
|---|
|  | 3 | FIND_PROGRAM(GHOSTSCRIPT_EXECUTABLE | 
|---|
|  | 4 | NAMES gs gswin32c | 
|---|
|  | 5 | PATHS "$ENV{ProgramFiles}/gs" | 
|---|
|  | 6 | PATH_SUFFIXES gs8.61/bin gs8.62/bin | 
|---|
|  | 7 | DOC "Ghostscript: PostScript and PDF language interpreter and previewer." | 
|---|
|  | 8 | ) | 
|---|
|  | 9 |  | 
|---|
|  | 10 | FIND_PACKAGE_HANDLE_STANDARD_ARGS(Ghostscript DEFAULT_MSG GHOSTSCRIPT_EXECUTABLE) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.