repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
ninja
/
ninja_test_sconscripts
/
sconstruct_generate_and_build
blob
9769e15182afbf368c72b21f25a71cd450510df3
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
SetOption('experimental','ninja')
6
DefaultEnvironment(tools=[])
7
8
env = Environment()
9
env.Tool('ninja')
10
env.Program(target='foo', source='foo.c')