From 29051766975d471c4eff9f7b3137752234cf1a4c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 29 May 2018 22:46:07 +0200 Subject: 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. --- test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/CMakeLists.txt') 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) -- cgit v1.2.3