Added asmjs target.

This commit is contained in:
Branimir Karadžić 2014-03-16 12:38:43 -07:00
parent 417897fd28
commit 97edc7028e

View file

@ -103,6 +103,10 @@ function exampleProject(_name, _uuid)
"pthread",
}
configuration { "asmjs" }
kind "ConsoleApp"
targetextension ".bc"
configuration { "linux-*" }
links {
"X11",