~mir-team/unity-system-compositor/development-branch

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: CI bot
  • Author(s): Cemil Azizoglu, Kevin Gunn, Alberto Aguirre, Michał Sawicz
  • Date: 2014-06-05 13:49:52 UTC
  • mfrom: (137 devel)
  • mto: (137.1.1 usc-devel)
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: ps-jenkins@lists.canonical.com-20140605134952-k3mfoe24e5usvken
Bumped Mir server ABI to 20. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
# Link against libmirserver
51
51
link_directories(${MIRSERVER_LIBRARY_DIRS})
52
52
target_link_libraries(unity-system-compositor
53
 
  mirserver
 
53
  ${MIRSERVER_LDFLAGS}
54
54
  pthread
55
55
  ${Boost_LIBRARIES}
56
56
  ${GLESv2_LIBRARIES}