~ted/ubuntu-app-launch/user-tools

« back to all changes in this revision

Viewing changes to tools/completions/CMakeLists.txt

  • Committer: Ted Gould
  • Date: 2017-03-24 18:37:29 UTC
  • Revision ID: ted@gould.cx-20170324183729-ubp581319u935u2h
Adding the other appid based completions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
install(FILES
 
3
        ubuntu-app-info
3
4
        ubuntu-app-launch
 
5
        ubuntu-app-list-pids
 
6
        ubuntu-app-pid
 
7
        ubuntu-app-stop
4
8
        DESTINATION
5
9
        "${CMAKE_INSTALL_DATADIR}/bash-completion/completions/")