refactor(cmake): split CMakeLists into modules (#1587)

This commit is contained in:
ReenigneArcher
2023-09-04 20:16:30 -04:00
committed by GitHub
parent 9543bc77d8
commit 92b4eeee55
41 changed files with 1240 additions and 964 deletions

View File

@@ -68,7 +68,7 @@ else
sub_version=""
fi
cmake \
-DSUNSHINE_CONFIGURE_AUR=ON \
-DSUNSHINE_CONFIGURE_PKGBUILD=ON \
-DSUNSHINE_SUB_VERSION="${sub_version}" \
-DGITHUB_CLONE_URL="${CLONE_URL}" \
-DGITHUB_COMMIT="${COMMIT}" \