Add a default value for GTEST_ROOT

This commit is contained in:
Thomas Goyne 2014-03-31 09:59:09 -07:00
parent 848336fc82
commit 58920a4428
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# $Id$
include ../Makefile.inc
GTEST_ROOT = ../vendor/googletest
PROGRAM = run
LIBS += -L../libaegisub -laegisub -L../vendor/universalchardet -luniversalchardet $(LIBS_BOOST) $(LIBS_ICU)