~vorlon/platform-api/lp.1465958

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Robert Carr, Robert Carr, Alberto Aguirre, Michał Sawicz
  • Date: 2015-03-18 10:11:43 UTC
  • mfrom: (287.2.14 origin/expose-mir-connection)
  • Revision ID: ci-train-bot@canonical.com-20150318101143-t3w1n6r2eaxaasa0
Expose MirConnection form UApplicationIntance and deprecate the ua_ui namespace.
Approved by: Alberto Aguirre, PS Jenkins bot, Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
project(ubuntu-platform-api)
4
4
 
5
5
set(UBUNTU_PLATFORM_API_VERSION_MAJOR 2)
6
 
set(UBUNTU_PLATFORM_API_VERSION_MINOR 8)
7
 
set(UBUNTU_PLATFORM_API_VERSION_PATCH 1)
 
6
set(UBUNTU_PLATFORM_API_VERSION_MINOR 9)
 
7
set(UBUNTU_PLATFORM_API_VERSION_PATCH 0)
8
8
 
9
9
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")
10
10
 
72
72
 
73
73
include_directories(include)
74
74
include_directories(android/include)
 
75
include_directories(
 
76
  ${MIRCLIENT_INCLUDE_DIRS}
 
77
)
75
78
 
76
79
add_subdirectory(data/)
77
80
add_subdirectory(doc/)