1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Add a default value for GTEST_ROOT

This commit is contained in:
Thomas Goyne 2014-03-31 09:59:09 -07:00
parent ffb2fd2b9d
commit 8a520b31af

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)