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)