~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/platforms/android/client/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
set_target_properties(
25
25
  mirclientplatformandroid PROPERTIES
26
26
  OUTPUT_NAME android
27
 
  LIBRARY_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}/client-modules
 
27
  LIBRARY_OUTPUT_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/client-modules
28
28
  PREFIX ""
29
29
  SUFFIX ".so.${MIR_CLIENT_PLATFORM_ABI}"
30
30
  LINK_FLAGS "-Wl,--version-script,${symbol_map}"
32
32
 
33
33
target_link_libraries(mirclientplatformandroid
34
34
  mirclient
35
 
  mirsharedandroid
 
35
  mirsharedandroid-static
36
36
  ${LIBHARDWARE_LIBRARIES}
37
37
)
38
38