comparison Platforms/Wasm/tsconfig-stone.json @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 2038d76bf13f
children 548eed46f535
comparison
equal deleted inserted replaced
294:faccc4b07b92 295:b04b13810540
1 { 1 {
2 "include" : [ 2 "include" : [
3 "../../../Platforms/Wasm/stone-framework-loader.ts", 3 "stone-framework-loader.ts",
4 "../../../Platforms/Wasm/wasm-application-runner.ts", 4 "wasm-application-runner.ts",
5 "../../../Platforms/Wasm/wasm-viewport.ts" 5 "wasm-viewport.ts"
6 ] 6 ]
7 } 7 }