File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments