speed-dreams-data.cmake.in: Set SD_DATADIR_ABS

Relative paths (typically, `share/games/speed-dreams-2`) should be
looked up before absolute paths, since the install prefix for Windows
and macOS builds is decided by the end user, and not the build system.
This commit is contained in:
Xavier Del Campo Romero 2024-12-31 08:18:04 +01:00
parent 2ca3405753
commit 744677c3a6
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -1,3 +1,4 @@
@PACKAGE_INIT@
set_and_check(SD_DATADIR "@PACKAGE_datadir@")
set_and_check(SD_DATADIR_ABS "@PACKAGE_datadir@")
set(SD_DATADIR "@datadir@")
check_required_components(speed-dreams-data)