Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.
14 lines
240 B
CMake
14 lines
240 B
CMake
set(SOURCEDIRS
|
|
${CMAKE_SOURCE_DIR}/src/em-format
|
|
)
|
|
|
|
set(DEPENDENCIES
|
|
evolution-mail-formatter
|
|
)
|
|
|
|
set(IGNORE_HEADERS
|
|
e-mail-formatter-enumtypes.h
|
|
)
|
|
|
|
add_gtkdoc(evolution-mail-formatter em-format "" SOURCEDIRS DEPENDENCIES IGNORE_HEADERS)
|