2006-03-27 21:09:36 +00:00
|
|
|
# let's enable the generators properly configured
|
|
|
|
|
|
|
|
if(POPPLER_FOUND)
|
2006-07-25 18:19:06 +00:00
|
|
|
add_subdirectory(poppler)
|
2006-03-27 21:09:36 +00:00
|
|
|
endif(POPPLER_FOUND)
|
2006-09-11 10:44:17 +00:00
|
|
|
|
2006-05-29 20:33:55 +00:00
|
|
|
if(LIBGS_FOUND)
|
2006-03-27 21:09:36 +00:00
|
|
|
add_subdirectory(ghostview)
|
2006-05-29 20:33:55 +00:00
|
|
|
endif(LIBGS_FOUND)
|
2006-09-11 10:44:17 +00:00
|
|
|
|
2006-04-07 17:28:50 +00:00
|
|
|
add_subdirectory( kimgio )
|
2006-09-11 10:44:17 +00:00
|
|
|
|
2006-03-27 21:09:36 +00:00
|
|
|
if(CHM_FOUND)
|
|
|
|
add_subdirectory( chm )
|
|
|
|
endif(CHM_FOUND)
|
2006-09-11 10:44:17 +00:00
|
|
|
|
2006-06-07 17:41:04 +00:00
|
|
|
if(DJVULIBRE_FOUND)
|
|
|
|
add_subdirectory(djvu)
|
|
|
|
endif(DJVULIBRE_FOUND)
|
2006-09-11 10:44:17 +00:00
|
|
|
|
2006-06-27 22:17:35 +00:00
|
|
|
add_subdirectory(dvi)
|
2006-09-11 10:44:17 +00:00
|
|
|
|
2006-07-07 14:58:12 +00:00
|
|
|
if(TIFF_FOUND)
|
|
|
|
add_subdirectory(tiff)
|
|
|
|
endif(TIFF_FOUND)
|
2006-03-26 12:19:40 +00:00
|
|
|
|
2006-09-11 10:44:17 +00:00
|
|
|
add_subdirectory(xps)
|
|
|
|
|
2006-09-13 16:18:29 +00:00
|
|
|
add_subdirectory(ooo)
|
|
|
|
|