EVO-melroy-winegui/scripts/build_docs.sh

5 lines
171 B
Bash
Executable file

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