Am Mittwoch 05 März 2008 schrieb Alexander Neundorf: > attached you can find a patch which installs a freedesktop desktop file for > cmake-gui together with an icon, so that cmake should appear in the start > menus of KDE, Gnome, etc. (tested with KDE 3.5) > > I'm not sure if the desktop file should just call "cmake-gui" in Exec, or > if it should be a configured file with the full path to cmake-gui, e.g. > Exec=/opt/cmake-HEAD/bin/cmake-gui . > Comments ?
Yes. Would it be possible to connect it to CMakeLists.txt files? Maybe with a new mime type text/x-cmake? Comment should be "Cross-platform build system". Can cmake-gui open more than one file? I guess it's only one so the Exec line should be "cmake-gui %f". HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
