From: heltai Date: Tue, 19 Nov 2013 21:56:37 +0000 (+0000) Subject: Added CMakeLists.txt to manifold X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e401f0f70f959df848a276bf90580c268f1394;p=dealii-svn.git Added CMakeLists.txt to manifold git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31719 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()