We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffa8d7 commit b12adc8Copy full SHA for b12adc8
doc/devel/contrib/development.md
@@ -22,6 +22,8 @@ See the general CMake man pages or the [cmake-documentation](https://cmake.org/c
22
```sh
23
git clone https://github.com/GothenburgBitFactory/taskwarrior
24
cd taskwarrior
25
+git submodule init
26
+git submodule update
27
cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
28
cmake --build build
29
```
0 commit comments