~ken-vandine/keeper/ual_api_change

« back to all changes in this revision

Viewing changes to src/helper/CMakeLists.txt

  • Committer: Ken VanDine
  • Date: 2017-02-08 19:53:49 UTC
  • Revision ID: ken.vandine@canonical.com-20170208195349-b8g0m63bd0e80qhq
Handle ubuntu-app-launch API change

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
include(FindPkgConfig)
47
47
pkg_check_modules(BACKUP_HELPER_DEPENDENCIES REQUIRED
48
 
  ubuntu-app-launch-2
 
48
  ubuntu-app-launch-3
49
49
  properties-cpp
50
50
)
51
51