mirror of https://github.com/mono/CppSharp.git
2 changed files with 25 additions and 3 deletions
@ -0,0 +1,23 @@ |
|||||||
|
generator "emscripten" |
||||||
|
platform "emscripten" |
||||||
|
architecture "wasm32" |
||||||
|
|
||||||
|
includedirs |
||||||
|
{ |
||||||
|
"..", |
||||||
|
"../../include", |
||||||
|
} |
||||||
|
|
||||||
|
output "gen" |
||||||
|
|
||||||
|
module "tests" |
||||||
|
namespace "test" |
||||||
|
headers |
||||||
|
{ |
||||||
|
"Builtins.h", |
||||||
|
"Classes.h", |
||||||
|
"Classes2.h", |
||||||
|
"Delegates.h", |
||||||
|
"Enums.h", |
||||||
|
"Overloads.h" |
||||||
|
} |
Loading…
Reference in new issue