1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Enable rule to enforce specifying language for code blocks

This commit is contained in:
Ivan Savenko
2024-12-05 20:39:29 +00:00
parent 7543635847
commit 53d4afdae5
16 changed files with 41 additions and 44 deletions

View File

@@ -70,7 +70,7 @@ And put it into build directory. Then run `nix-shell` before running any build c
We recommend the following directory structure:
```
```text
.
├── vcmi -> contains sources and is under git control
└── build -> contains build output, makefiles, object files,...
@@ -97,7 +97,7 @@ See [CMake](CMake.md) for a list of options
### Trigger build
```
```sh
cmake --build . -j8
```