EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
989 stars 185 forks source link

CMake: Add WiiU preset #3201

Closed Ghabry closed 6 months ago

Ghabry commented 6 months ago

btw the presets do not really work currently for our CI:

usually we do -DCMAKE_PREFIX_PATH="$TOOLCHAIN_DIR;$LIBLCF_DIR" but the preset only specifies "CMAKE_PREFIX_PATH": "$env{EASYRPG_BUILDSCRIPTS}/wiiu". So no way to provide liblcf.

How to solve this? Just add another env-var?

Ghabry commented 6 months ago

okay, solved. -DCMAKE_PREFIX_PATH will still work, the presets inject their path now through an additional variable.