diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-29 22:46:07 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 11:48:28 +0200 |
| commit | 29051766975d471c4eff9f7b3137752234cf1a4c (patch) | |
| tree | 1eeee2a54ffeff13d0e8ed78951cd2a12a830a6e /test/CMakeLists.txt | |
| parent | f773897a3025438326c1131e1586d9ddae080c4f (diff) | |
| download | PROJ-29051766975d471c4eff9f7b3137752234cf1a4c.tar.gz PROJ-29051766975d471c4eff9f7b3137752234cf1a4c.zip | |
Enable c++ compilation with autotools and cmake, hardened compilation flags and add catch2 framework
Hardened compilation flags come from GDAL' configure.ac and are
'combat proven'
Dummy test added just to demonstrate catch2 based tests work.
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 43105233..6f98e747 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -43,5 +43,4 @@ proj_add_gie_test("GIGS-5201" "gigs/5201.gie") #proj_add_gie_test("GIGS-5207.2" "gigs/5207.2.gie") proj_add_gie_test("GIGS-5208" "gigs/5208.gie") - - +add_subdirectory(cpp) |
