File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ This repository contains submodules meaning that a recursive cloning can be done
42
42
To clone this repository, make sure you have git installed and clone the project into the chosen folder using
43
43
44
44
``` bash
45
- git clone --recursive https://github.com/Hardcode3/Imgui_with_eigen_cmake_template.git
45
+ git clone --recursive https://github.com/Hardcode3/imgui_opengl_linear_algebra_cmake_starter
46
46
```
47
47
48
48
You can also clone the project using
49
49
``` bash
50
- git clone https://github.com/Hardcode3/Imgui_with_eigen_cmake_template.git
50
+ git clone https://github.com/Hardcode3/imgui_opengl_linear_algebra_cmake_starter
51
51
```
52
52
In this case, dependencies will be cloned by cmake during the configuration stage.
53
53
@@ -147,4 +147,4 @@ Generating the RUNTESTS target (CTests) should output something like this if eve
147
147
1>Total Test time (real) = 3.73 sec
148
148
```
149
149
150
- This is a basis for further unit tests implementation.
150
+ This is a basis for further unit tests implementation.
You can’t perform that action at this time.
0 commit comments