~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
set(CMAKE_AUTOMOC ON)
19
19
 
 
20
add_subdirectory(src/lib/OnlineAccountsDaemon)
20
21
add_subdirectory(src/daemon)
21
22
add_subdirectory(src/lib/OnlineAccounts)
22
23
add_subdirectory(src/lib/Ubuntu/OnlineAccounts.2)
23
24
 
 
25
add_subdirectory(doc)
 
26
 
24
27
if(cmake_build_type_lower MATCHES coverage)
25
28
    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage" )
26
29
    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --coverage" )