1
0
Fork 0

Change Emscripten output to HTML

This commit is contained in:
Meoweg 2015-11-03 14:50:08 +00:00
parent b784590949
commit 86f1154ea0
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,5 +4,5 @@ Makefile
cmake_install.cmake
install_manifest.txt
matabstrix.html
matabstrix.js
matabstrix.js.mem

View File

@ -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")