Skip to content

Commit 0ddd0f3

Browse files
authored
Update README.md (#33)
1 parent ff0d8b9 commit 0ddd0f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ Navigate to a source code folder.
114114
* Go into the newly created folder and begin you work on the report. There must be only 2 files and 1 of them must be written by you:
115115
- `vector_sum.tex` - a LaTeX report file which consider information about your program, name it in the same way as `<short task name>`.
116116
- `CMakeLists.txt` - a file to configure your project. Examples for each configuration can be found in `test_tasks/test_latex`.
117+
* The number of directories will increase with time. To build only your project, you need to do the following:
118+
```
119+
cmake --build . --target <name task's directory> --config RELEASE
120+
```
121+
Example:
122+
```
123+
cmake --build . --target nesterov_a_vector_sum --config RELEASE
124+
```
117125
* Name your pull request in the following way:
118126
* for tasks:
119127
```

0 commit comments

Comments
 (0)