Commit Graph

2 Commits

Author SHA1 Message Date
Maximilian Kueffner 3cfa724c8c remove dir locals, use presets instead
`projectile-configure-project' in conjunction with CMakePresets.json
will allow to configure the project.
`projectile-compile-project' does sth similar for the compile command.

This is equivalent to something like
~cmake --preset clang-debug && cmake --build build --preset clang-debug~
2025-08-19 00:27:41 +02:00
Maximilian Kueffner caa9f12abf add presets 2025-08-19 00:07:14 +02:00