From 161a6e9f304055e982877d84bbf5a7623339637f Mon Sep 17 00:00:00 2001 From: Nesterov Alexander Date: Sat, 31 Oct 2020 16:25:30 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d5f5620e4..0024163f5 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,14 @@ Navigate to a source code folder. * 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: - `vector_sum.tex` - a LaTeX report file which consider information about your program, name it in the same way as ``. - `CMakeLists.txt` - a file to configure your project. Examples for each configuration can be found in `test_tasks/test_latex`. +* The number of directories will increase with time. To build only your project, you need to do the following: + ``` + cmake --build . --target --config RELEASE + ``` + Example: + ``` + cmake --build . --target nesterov_a_vector_sum --config RELEASE + ``` * Name your pull request in the following way: * for tasks: ```