File: CMakeLists.txt

package info (click to toggle)
evolution-data-server 3.56.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,656 kB
  • sloc: ansic: 365,352; xml: 578; cpp: 482; perl: 297; sh: 62; makefile: 60; python: 35; javascript: 29
file content (13 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(SOURCEDIRS
	${CMAKE_BINARY_DIR}/src/private
)

set(DEPENDENCIES
	edbus-private
)

set(IGNORE_HEADERS
	e-dbus-localed.h
)

add_gtkdoc(libedbus-private e-dbus "EDS_DISABLE_DEPRECATED" SOURCEDIRS DEPENDENCIES IGNORE_HEADERS)