Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ## Install icons
  2.  
  3. ## 32x32
  4. install(FILES ${CL_SRC_ROOT}/bitmaps/32-codelite-logo@2x.png
  5. DESTINATION ${CL_PREFIX}/share/icons/hicolor/32x32@2x/apps
  6. RENAME codelite.png)
  7.  
  8. install(FILES ${CL_SRC_ROOT}/bitmaps/32-codelite-logo.png
  9. DESTINATION ${CL_PREFIX}/share/icons/hicolor/32x32/apps
  10. RENAME codelite.png)
  11. ## 64x64
  12. install(FILES ${CL_SRC_ROOT}/bitmaps/64-codelite-logo@2x.png
  13. DESTINATION ${CL_PREFIX}/share/icons/hicolor/64x64@2x/apps
  14. RENAME codelite.png)
  15.  
  16. install(FILES ${CL_SRC_ROOT}/bitmaps/64-codelite-logo.png
  17. DESTINATION ${CL_PREFIX}/share/icons/hicolor/64x64/apps
  18. RENAME codelite.png)
  19.  
  20. ## 128x128
  21. install(FILES ${CL_SRC_ROOT}/bitmaps/128-codelite-logo@2x.png
  22. DESTINATION ${CL_PREFIX}/share/icons/hicolor/128x128@2x/apps
  23. RENAME codelite.png)
  24.  
  25. install(FILES ${CL_SRC_ROOT}/bitmaps/128-codelite-logo.png
  26. DESTINATION ${CL_PREFIX}/share/icons/hicolor/128x128/apps
  27. RENAME codelite.png)
  28. ## 256x256
  29. install(FILES ${CL_SRC_ROOT}/bitmaps/256-codelite-logo@2x.png
  30. DESTINATION ${CL_PREFIX}/share/icons/hicolor/256x256@2x/apps
  31. RENAME codelite.png)
  32.  
  33. install(FILES ${CL_SRC_ROOT}/bitmaps/256-codelite-logo.png
  34. DESTINATION ${CL_PREFIX}/share/icons/hicolor/256x256/apps
  35. RENAME codelite.png)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement