waf/playground/gtest/tests/test0/wscript_build

11 lines
194 B
Python

#! /usr/bin/env python
# encoding: utf-8
bld(
features = 'cxx cxxprogram test',
source = 'HelloWorldTest.cpp',
target = 'unit_test_program',
use = 'unittestmain useless GTEST',
)