mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
32 lines
476 B
CMake
32 lines
476 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()
|
|
|
|
add_subdirectory(dvi)
|
|
|
|
add_subdirectory(xps)
|
|
|
|
add_subdirectory(ooo)
|
|
|
|
add_subdirectory(fictionbook)
|
|
|
|
add_subdirectory(comicbook)
|
|
|
|
add_subdirectory(fax)
|
|
|
|
if(EPub_FOUND)
|
|
add_subdirectory(epub)
|
|
endif()
|
|
|
|
add_subdirectory(markdown)
|
|
add_subdirectory(txt)
|