~albaguirre/mir/backport-fixes-to-0.11

« back to all changes in this revision

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

  • Committer: Alberto Aguirre
  • Author(s): Alexandros Frantzis
  • Date: 2015-02-23 19:54:43 UTC
  • Revision ID: alberto.aguirre@canonical.com-20150223195443-fevu6w0nr6e8877w
platforms: Use the ABI version in platform library names and packages.

Backported from lp:mir, r2333

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  OUTPUT_NAME mesa
29
29
  LIBRARY_OUTPUT_DIRECTORY ${LIBRARY_OUTPUT_PATH}/client-modules
30
30
  PREFIX ""
 
31
  SUFFIX ".so.${MIR_CLIENT_PLATFORM_ABI}"
31
32
  LINK_FLAGS "-Wl,--version-script,${symbol_map}"
32
33
)
33
34