Makefile.am 343 Bytes
Newer Older
1
## Process this file with automake to produce Makefile.in
Gennadiy Civil's avatar
Gennadiy Civil committed
2
3
AM_CXXFLAGS = -std=gnu++11

4
5
6
7
8
9
10
11
12
13
14
15
16
ACLOCAL_AMFLAGS = -I m4

AUTOMAKE_OPTIONS = foreign

# Build . before src so that our all-local and clean-local hooks kicks in at
# the right time.
SUBDIRS = googletest googlemock

EXTRA_DIST = \
  BUILD.bazel \
  CMakeLists.txt \
  README.md \
  WORKSPACE