50 lines
1.0 KiB
CMake
50 lines
1.0 KiB
CMake
set(SOURCEDIRS
|
|
${CMAKE_SOURCE_DIR}/src/e-util
|
|
)
|
|
|
|
set(DEPENDENCIES
|
|
email-engine
|
|
evolution-util
|
|
evolution-shell
|
|
)
|
|
|
|
set(IGNORE_HEADERS
|
|
e-html-editor-actions.h
|
|
e-html-editor-private.h
|
|
e-marshal.h
|
|
e-table-col-dnd.h
|
|
e-table-defines.h
|
|
e-util-enumtypes.h
|
|
e-util-private.h
|
|
ea-calendar-cell.h
|
|
ea-calendar-item.h
|
|
ea-cell-table.h
|
|
ea-factory.h
|
|
ea-widgets.h
|
|
gal-a11y-e-cell.h
|
|
gal-a11y-e-cell-popup.h
|
|
gal-a11y-e-cell-registry.h
|
|
gal-a11y-e-cell-text.h
|
|
gal-a11y-e-cell-toggle.h
|
|
gal-a11y-e-cell-tree.h
|
|
gal-a11y-e-cell-vbox.h
|
|
gal-a11y-e-table-click-to-add-factory.h
|
|
gal-a11y-e-table-click-to-add.h
|
|
gal-a11y-e-table-column-header.h
|
|
gal-a11y-e-table-factory.h
|
|
gal-a11y-e-table-item-factory.h
|
|
gal-a11y-e-table-item.h
|
|
gal-a11y-e-table.h
|
|
gal-a11y-e-text-factory.h
|
|
gal-a11y-e-text.h
|
|
gal-a11y-e-tree-factory.h
|
|
gal-a11y-e-tree.h
|
|
gal-a11y-factory.h
|
|
gal-a11y-util.h
|
|
test-html-editor-units-bugs.h
|
|
test-html-editor-units-utils.h
|
|
test-keyfile-settings-backend.h
|
|
)
|
|
|
|
add_gtkdoc(evolution-util e-util "EVO_DISABLE_DEPRECATED" SOURCEDIRS DEPENDENCIES IGNORE_HEADERS)
|