mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-11 10:51:17 +00:00
build(docs): add cmake target for docs (#2748)
This commit is contained in:
@ -63,6 +63,7 @@ sudo update-alternatives --install \
|
||||
mkdir -p build
|
||||
cd build || exit 1
|
||||
cmake \
|
||||
-DBUILD_DOCS=OFF \
|
||||
-DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc \
|
||||
-G "Unix Makefiles" \
|
||||
..
|
||||
|
||||
Reference in New Issue
Block a user