mirror of https://github.com/odrling/Aegisub
Add a default value for GTEST_ROOT
This commit is contained in:
parent
848336fc82
commit
58920a4428
|
@ -1,6 +1,7 @@
|
||||||
# $Id$
|
|
||||||
include ../Makefile.inc
|
include ../Makefile.inc
|
||||||
|
|
||||||
|
GTEST_ROOT = ../vendor/googletest
|
||||||
|
|
||||||
PROGRAM = run
|
PROGRAM = run
|
||||||
|
|
||||||
LIBS += -L../libaegisub -laegisub -L../vendor/universalchardet -luniversalchardet $(LIBS_BOOST) $(LIBS_ICU)
|
LIBS += -L../libaegisub -laegisub -L../vendor/universalchardet -luniversalchardet $(LIBS_BOOST) $(LIBS_ICU)
|
||||||
|
|
Loading…
Reference in New Issue