From a9d4885e235b228fa121ea8b62190f4f678e7d46 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 25 Jun 2023 15:57:18 +0200 Subject: [PATCH] Add an option to enable the signatures --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 500a709..155db7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)