~kdub/mir/hwc-integration

« back to all changes in this revision

Viewing changes to cmake/FindLibHardware.cmake

  • Committer: Kevin DuBois
  • Date: 2013-03-29 19:21:51 UTC
  • mfrom: (531.1.15 trunk)
  • Revision ID: kevin.dubois@canonical.com-20130329192151-emioxbrjlve913ga
merge of lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
find_library(LIBHARDWARE_LIBRARY
20
20
   NAMES         libhardware.so.1 
21
21
                 libhardware.so 
22
 
   )
 
22
   HINTS /usr/lib/arm-linux-gnueabihf/
 
23
)
23
24
 
24
25
set(LIBHARDWARE_LIBRARIES ${LIBHARDWARE_LIBRARY})
25
26
set(LIBHARDWARE_INCLUDE_DIRS ${LIBHARDWARE_INCLUDE_DIR})