~cairo-dock-team/cairo-dock-plug-ins/plug-ins

« back to all changes in this revision

Viewing changes to Doncky/data/CMakeLists.txt

  • Committer: Matthieu Baerts
  • Date: 2014-10-19 00:26:10 UTC
  • Revision ID: matttbe@gmail.com-20141019002610-ulf26s9b4c4rw10r
We just switched from BZR to Git.
Follow us on Github: https://github.com/Cairo-Dock

Note: we will only use Github to manage our source code and all pull requests.
Please continue to report your bugs/ideas/messages on our forum or Launchpad! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
########### install files ###############
3
 
 
4
 
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/Doncky.conf
5
 
        preview.jpg
6
 
        icon.png
7
 
        documentation.txt
8
 
        default.xml
9
 
        DESTINATION ${donckydatadir})
10
 
 
11
 
install (FILES nvidia-config
12
 
        DESTINATION ${donckydatadir}
13
 
        PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)