created tools dir and moved gtest and build into there, and trimmed some CMakeLists.txt files

This commit is contained in:
Nick Bolton 2011-04-25 16:20:49 +00:00
parent 85f66153ab
commit 0aa76fd05f
179 changed files with 6 additions and 27 deletions

2
hm.py
View file

@ -30,6 +30,8 @@
# This will create an in-source UNIX Makefile.
import sys, os
sys.path.append('tools')
from build import toolchain
from getopt import gnu_getopt