From: Wolfgang Bangerth Date: Tue, 28 Nov 2017 18:04:31 +0000 (-0700) Subject: Add a CMakeLists.txt file. X-Git-Tag: v9.0.0-rc1~712^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d580a3e5513df2f70ad0e5f58d811ee34bbf23fa;p=dealii.git Add a CMakeLists.txt file. --- diff --git a/tests/data_out/CMakeLists.txt b/tests/data_out/CMakeLists.txt new file mode 100644 index 0000000000..d33eafa20b --- /dev/null +++ b/tests/data_out/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS()