1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Add an option to enable the signatures

This commit is contained in:
Mathieu Schroeter 2023-06-25 15:57:18 +02:00
parent 02b7bf0348
commit a9d4885e23

View File

@ -12,6 +12,7 @@ option (STATIC_BUILD "Build Planet Blupi statically" ON)
option (EMSCRIPTEN "Build Planet Blupi for emscripten toolchain" OFF)
option (ASMJS "Build for asm.js instead of WebAssembly (slower)" OFF)
option (DISABLE_APPIMAGE "Disable AppImage generation" OFF)
option (SIGN_APP "Sign the executables" OFF)
if (EMSCRIPTEN)
set (BUILD_JS ON)