From 41e401f0f70f959df848a276bf90580c268f1394 Mon Sep 17 00:00:00 2001 From: heltai Date: Tue, 19 Nov 2013 21:56:37 +0000 Subject: [PATCH] Added CMakeLists.txt to manifold git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31719 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/manifold/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/manifold/CMakeLists.txt diff --git a/tests/manifold/CMakeLists.txt b/tests/manifold/CMakeLists.txt new file mode 100644 index 0000000000..e39c51b85d --- /dev/null +++ b/tests/manifold/CMakeLists.txt @@ -0,0 +1,5 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8) +INCLUDE(${DEAL_II_SOURCE_DIR}/cmake/setup_testsuite.cmake) +PROJECT(testsuite CXX) +INCLUDE(${DEAL_II_TARGET_CONFIG}) +DEAL_II_PICKUP_TESTS() -- 2.39.5