Add the Celestia data

This commit is contained in:
Ribbon 2024-02-26 20:03:31 +00:00
parent cad6d8f852
commit b8eaf498ba
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO missing script for CMake, see https://github.com/CelestiaProject/Celestia/blob/master/INSTALL.md#installing-the-content
[source]
git = "https://github.com/CelestiaProject/CelestiaContent"
[build]
template = "custom"

View File

@ -29,6 +29,7 @@ COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
-DENABLE_INTERFACE=ON
-DENABLE_SDL=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure