{ "file_types":["CMakeLists.txt"], "install_suggestions":[ ["cmake .", "make", "cp out/{{project_name}} ~/.local/bin/{{used_name}}"], ["cmake -DCMAKE_INSTALL_PREFIX=/usr .", "make", "make install"] ], "uninstall_suggestions": [ ["rm ~/.local/bin/{{used_name}}"], [ "# Uninstall with translations DELETE THIS LINE", "rm ~/.local/bin/{{used_name}}", "rm ~/.local/share/locale/{{languages}}/LC_MESSAGES/{{used_name.mo}}" ] ] }