changed name bld.exe() to bld.program() in playground example

This commit is contained in:
Simon 2016-09-10 15:54:55 +02:00
parent 8b912d2b1f
commit 88e7fe7f23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def build(bld):
target='MyDynLib',
)
bld.exe(
bld.program(
source_files=['src/test.cpp'],
includes=tg.includes,
target='MyExe',