waf/demos/unit_test/src/wscript_build

11 lines
171 B
Plaintext
Raw Permalink Normal View History

2011-09-10 11:13:51 +02:00
#! /usr/bin/env python
# encoding: utf-8
bld(
features = 'cxx cxxstlib',
source = 'Accumulator.cpp HelloWorld.cpp',
target = 'useless',
export_includes = '.',
)