1
0
Fork 0

Adding bam build system.

This commit is contained in:
Henrik Hautakoski 2019-12-24 20:25:31 +01:00
parent 9835082b67
commit f67f89715a
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
5 changed files with 335 additions and 0 deletions

7
examples/text/bam.lua Normal file
View file

@ -0,0 +1,7 @@
local base = PathDir(ModuleFilename())
src ={
base .. "/main.cpp",
base .. "/Game.cpp"
}