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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user