~ps-jenkins/unity-system-compositor/utopic-proposed

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Alan Griffiths, Kevin Gunn, Cemil Azizoglu
  • Date: 2014-08-11 21:09:44 UTC
  • mfrom: (142.1.14 unity-system-compositor)
  • Revision ID: ps-jenkins@lists.canonical.com-20140811210944-5z8o0txdq806rjhe
Bump ABI for Mir 0.6.0 release.
Ignore unknown command line arguments.
Use the libraries suggested by mirserver package config. Fixes: 1355005
Approved by: Cemil Azizoglu

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
link_directories(${MIRSERVER_LIBRARY_DIRS})
62
62
 
63
63
target_link_libraries(usc
64
 
  ${MIRSERVER_LDFLAGS}
 
64
  ${MIRSERVER_LDFLAGS} ${MIRSERVER_LIBRARIES}
65
65
  pthread
66
66
  ${Boost_LIBRARIES}
67
67
  ${GLESv2_LIBRARIES}