~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to src/shared/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
set(MIR_COMMON_PLATFORM_LIBRARIES)
3
3
add_subdirectory(protobuf/)
4
4
 
5
 
if (MIR_PLATFORM STREQUAL "android")
 
5
if (MIR_BUILD_PLATFORM_ANDROID)
6
6
  add_subdirectory(graphics/android)
7
7
endif()
8
8
 
9
9
add_subdirectory(geometry)
10
10
add_subdirectory(input)
11
11
add_subdirectory(logging)
12
 
add_subdirectory(lttng)
 
12
add_subdirectory(report/lttng)
13
13
add_subdirectory(env)
 
14
add_subdirectory(sharedlibrary)
14
15
 
15
16
set(
16
17
  MIR_COMMON_PLATFORM_LIBRARIES