build(docs): add cmake target for docs (#2748)

This commit is contained in:
ReenigneArcher
2024-06-24 12:12:31 -04:00
committed by GitHub
parent 13f94f113a
commit 4683bcaf36
16 changed files with 176 additions and 315 deletions

View File

@@ -31,18 +31,17 @@ post-fetch {
}
# https://guide.macports.org/chunked/reference.dependencies.html
depends_build-append port:npm9 \
port:pkgconfig
depends_build-append port:doxygen \
port:graphviz \
port:npm9 \
port:pkgconfig \
port:python311 \
port:py311-pip
depends_lib port:avahi \
port:curl \
port:libopus \
port:miniupnpc \
port:python311 \
port:py311-pip
depends_test port:doxygen \
port:graphviz
port:miniupnpc
configure.args -DBOOST_USE_STATIC=ON \
-DBUILD_WERROR=ON \