Blame addon/CMakeLists.txt

Packit Service 50c9f2
add_subdirectory(doxmlparser)
Packit Service 50c9f2
Packit Service 50c9f2
if (build_app)
Packit Service 50c9f2
    add_subdirectory(doxyapp)
Packit Service 50c9f2
endif ()
Packit Service 50c9f2
Packit Service 50c9f2
if (build_parse)
Packit Service 50c9f2
    add_subdirectory(doxyparse)
Packit Service 50c9f2
endif ()
Packit Service 50c9f2
Packit Service 50c9f2
if (build_search)
Packit Service 50c9f2
    add_subdirectory(doxysearch)
Packit Service 50c9f2
endif ()
Packit Service 50c9f2
Packit Service 50c9f2
if (build_wizard)
Packit Service 50c9f2
    add_subdirectory(doxywizard)
Packit Service 50c9f2
endif ()