~alan-griffiths/mir/fix-1483223

« back to all changes in this revision

Viewing changes to src/common/udev/CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2015-08-10 14:38:28 UTC
  • Revision ID: alan@octopull.co.uk-20150810143828-s1dnezr2ao3ojl9g
Move mir::udev to common

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  udev_wrapper.cpp
3
3
)
4
4
 
5
 
list(APPEND MIR_PLATFORM_REFERENCES ${UDEV_LDFLAGS} ${UDEV_LIBRARIES})
6
 
set(MIR_PLATFORM_REFERENCES ${MIR_PLATFORM_REFERENCES} PARENT_SCOPE)
 
5
list(APPEND MIR_COMMON_REFERENCES ${UDEV_LDFLAGS} ${UDEV_LIBRARIES})
 
6
set(MIR_COMMON_REFERENCES ${MIR_COMMON_REFERENCES} PARENT_SCOPE)