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:
parent
02b7bf0348
commit
a9d4885e23
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user