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 98b2303 commit a55f42fCopy full SHA for a55f42f
1 file changed
run.sh
@@ -8,4 +8,6 @@ fi
8
9
[ -d build/dune-env ] || python -m venv --system-site-packages build/dune-env
10
cmake -S dune-basics -B build
11
-cmake --build build
+cmake --build build
12
+cmake --build build --target doxygen_dune-basics
13
+# python -m http.server -d build/doc/doxygen/html 8000
0 commit comments