You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
314 B
EmacsLisp

((nil
(projectile-project-compilation-dir . ".")
(projectile-project-configure-cmd . "[[ -d build ]] && rm -rf build; meson setup --prefix=$HOME/.local -Dthemes=gtk2,gtk3 build/")
(projectile-project-compilation-cmd . "meson compile -C build/")
(projectile-project-install-cmd . "meson install -C build/")
))