lokinet/vendor/gtest/Makefile.am

15 lines
315 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
2018-06-14 14:04:42 +00:00
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
2018-06-14 14:04:42 +00:00
# Build . before src so that our all-local and clean-local hooks kicks in at
# the right time.
SUBDIRS = googletest googlemock
2018-06-14 14:04:42 +00:00
EXTRA_DIST = \
BUILD.bazel \
2018-06-14 14:04:42 +00:00
CMakeLists.txt \
README.md \
WORKSPACE