bam: Define engine library as default target and add "examples" pseudo target.
This commit is contained in:
parent
e4c086a1eb
commit
a19944437b
2 changed files with 5 additions and 1 deletions
2
bam.lua
2
bam.lua
|
|
@ -213,5 +213,7 @@ libspectre = StaticLibrary(settings,
|
|||
ft2_obj
|
||||
)
|
||||
|
||||
DefaultTarget(libspectre)
|
||||
|
||||
-- Examples
|
||||
Import("examples/build.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue