diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-31 02:48:39 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-06-07 12:58:08 +0200 |
| commit | 3e8a1984e9ee662e74254704275c8e30791a5af0 (patch) | |
| tree | 1964e31d65b0703d72a29c3864083eef3a325ed5 /src | |
| parent | 9c5741d25229308971b83798fae55e3045910521 (diff) | |
| download | PROJ-3e8a1984e9ee662e74254704275c8e30791a5af0.tar.gz PROJ-3e8a1984e9ee662e74254704275c8e30791a5af0.zip | |
Add googletest 1.8.0 framework in test/googletest, and use it with autoconf builds only (CMake integration to be done)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f89b737c..4e1db2e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ AM_CFLAGS = @C_WFLAGS@ +AM_CXXFLAGS = @CXX_WFLAGS@ bin_PROGRAMS = proj nad2bin geod cs2cs gie cct EXTRA_PROGRAMS = multistresstest test228 |
