waf/playground/gtest/src/wscript_build

11 lines
171 B
Plaintext
Raw Normal View History

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