~unity-api-team/indicator-network/connectivity-service-source-package-shuffle

« back to all changes in this revision

Viewing changes to doc/CMakeLists.txt

  • Committer: Antti Kaijanmäki
  • Date: 2014-08-14 21:58:02 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140814215802-obno44ppwia26fwr
connectivity-service fixes + qt c++ and qml API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(qt)
 
2
 
 
3
add_custom_target(doc ALL)
 
4
add_dependencies(doc cppdoc qmldoc)
 
5
 
 
6
install(
 
7
  DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbus/
 
8
  DESTINATION ${CMAKE_INSTALL_DOCDIR}/dbus/
 
9
)