EVO-melroy-winegui/scripts/build_docs.sh
2024-02-19 02:23:55 +01:00

5 lines
175 B
Bash
Executable file

#!/usr/bin/env bash
# By: Melroy van den Berg
# Description: Only build the documentation
cmake -GNinja -DDOXYGEN=ON -B build_docs
cmake --build ./build_docs --target Doxygen