aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
blob: 3ead1dc4f08fac6f90429421564b6fe708376e5f (plain)
1
2
3
((nil . ((projectile-project-compilation-cmd . "cd build && ninja -j4")
         (projectile-project-test-cmd . "cd build/tests && ctest -j4 --schedule-random")
         (projectile-project-run-cmd . "./build/bin/simplegame"))))