base-cpp/lib/gtest/SConscript
Eryn Wells c56cc557f8 Redo the _whooollleee_ build system
Following the tutorials on http://www.ostricher.com/tag/scons/, I rebuilt the
build system so that SConscript files are *much* easier to write.
2015-10-16 23:12:39 -07:00

15 lines
298 B
Python

# SConscript
# vim: set ft=python:
# Eryn Wells <eryn@erynwells.me>
Library('gtest', [
'gtest-all.cc',
'gtest-death-test.cc',
'gtest-filepath.cc',
'gtest-port.cc',
'gtest-printers.cc',
'gtest-test-part.cc',
'gtest-typed-test.cc',
'gtest.cc',
'gtest_main.cc'
])