Adding Input Example.
This commit is contained in:
parent
1332921174
commit
b0d14b91e0
5 changed files with 119 additions and 1 deletions
7
examples/input/bam.lua
Normal file
7
examples/input/bam.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
local base = PathDir(ModuleFilename())
|
||||
|
||||
src ={
|
||||
base .. "/main.cpp",
|
||||
base .. "/InputExample.cpp"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue