kde-extraapps/okular/generators/CMakeLists.txt
Ivailo Monev 68b7de7b75 okular: drop dvi, fax, ooo and xps generators
if those document formats where anything close to relevant why is there
no C/C++ library for rendering them like there is for PDF, Postcript,
etc.?

anyway, I will not support such (see kdelibs/kimgio/README)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-16 12:16:25 +02:00

22 lines
382 B
CMake

# let's enable the generators properly configured
if(Poppler_FOUND)
add_subdirectory(poppler)
endif()
if(LibSpectre_FOUND)
add_subdirectory(spectre)
endif()
if(DjVuLibre_FOUND)
add_subdirectory(djvu)
endif()
if(EPub_FOUND)
add_subdirectory(epub)
endif()
add_subdirectory(comicbook)
add_subdirectory(fictionbook)
add_subdirectory(markdown)
add_subdirectory(txt)