From 86f1154ea0e6c59359b8148ae5eb2e4622e525de Mon Sep 17 00:00:00 2001 From: Meoweg Date: Tue, 3 Nov 2015 14:50:08 +0000 Subject: [PATCH] Change Emscripten output to HTML --- .gitignore | 2 +- CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 769f154..037d403 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ Makefile cmake_install.cmake install_manifest.txt +matabstrix.html matabstrix.js -matabstrix.js.mem diff --git a/CMakeLists.txt b/CMakeLists.txt index aa861e3..8e95aae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,3 +3,4 @@ project (Matabstrix) add_definitions ("-std=c++14 -Wall -Wextra") file (GLOB sources *.cpp) add_executable (matabstrix ${sources}) +set (CMAKE_EXECUTABLE_SUFFIX ".html")