CMake.desktop 258 B

12345678910111213
  1. [Desktop Entry]
  2. Version=1.0
  3. Encoding=UTF-8
  4. Name=CMake
  5. Comment=Cross-platform buildsystem
  6. Exec=cmake-gui %f
  7. Icon=CMakeSetup.png
  8. Terminal=false
  9. X-MultipleArgs=false
  10. Type=Application
  11. Categories=Development;
  12. StartupNotify=true
  13. MimeType=application/x-cmakecache;