Adding bam build system.
This commit is contained in:
parent
9835082b67
commit
f67f89715a
5 changed files with 335 additions and 0 deletions
7
examples/text/bam.lua
Normal file
7
examples/text/bam.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
local base = PathDir(ModuleFilename())
|
||||
|
||||
src ={
|
||||
base .. "/main.cpp",
|
||||
base .. "/Game.cpp"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue