mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
changed name bld.exe() to bld.program() in playground example
This commit is contained in:
parent
8b912d2b1f
commit
88e7fe7f23
@ -62,7 +62,7 @@ def build(bld):
|
||||
target='MyDynLib',
|
||||
)
|
||||
|
||||
bld.exe(
|
||||
bld.program(
|
||||
source_files=['src/test.cpp'],
|
||||
includes=tg.includes,
|
||||
target='MyExe',
|
||||
|
Loading…
Reference in New Issue
Block a user