changeset 38255 | 5784bccf53b0 |
parent 38097 | 1ca3d6f508b1 |
child 41277 | 65200988b2ee |
--- a/hotspot/make/lib/CompileLibraries.gmk Mon May 09 14:15:39 2016 +0300 +++ b/hotspot/make/lib/CompileLibraries.gmk Mon May 09 14:15:40 2016 +0300 @@ -37,6 +37,10 @@ include lib/CompileJvm.gmk include lib/CompileDtracePostJvm.gmk +ifeq ($(BUILD_GTEST), true) + include lib/CompileGtest.gmk +endif + all: $(TARGETS) .PHONY: all