~xnox/location-service/drop-sys-events

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: thomas-voss
  • Date: 2014-05-20 09:16:20 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: thomas.voss@canonical.com-20140520091620-tiecez6hjvuiloel
Add standalone example for using the connectivity API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
include(GNUInstallDirs)
21
21
 
22
22
find_package(PkgConfig)
23
 
find_package(Boost 1.49 COMPONENTS system program_options)
 
23
find_package(Boost COMPONENTS system program_options)
24
24
find_package(GLog)
25
25
find_package(GFlags)
26
26
pkg_check_modules(DBUS dbus-1 REQUIRED)