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 (8 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
if(ENABLE_GTK_DOC)
add_subdirectory(camel)
add_subdirectory(evolution-data-server)

if(WITH_PRIVATE_DOCS)
	add_subdirectory(private)
endif(WITH_PRIVATE_DOCS)
endif(ENABLE_GTK_DOC)