waf/playground/gtest/src/wscript_build

11 lines
171 B
Python

#! /usr/bin/env python
# encoding: utf-8
bld(
features = 'cxx cxxstlib',
source = 'Accumulator.cpp HelloWorld.cpp',
target = 'useless',
export_includes = '.',
)