aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-05-29 22:46:07 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-05-30 11:48:28 +0200
commit29051766975d471c4eff9f7b3137752234cf1a4c (patch)
tree1eeee2a54ffeff13d0e8ed78951cd2a12a830a6e /test/CMakeLists.txt
parentf773897a3025438326c1131e1586d9ddae080c4f (diff)
downloadPROJ-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.txt3
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)