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_cxx
blob
c306b210a3517bc3068b5fb4b735c501bcb57e4c
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
SetOption('experimental','ninja')
6
DefaultEnvironment(tools=[])
7
env = Environment()
8
env.Tool('ninja')
9
env.Program(target = 'test2', source = 'test2.cpp')