From c457501004bcfe01e82d7d0b87824b1793f986b1 Mon Sep 17 00:00:00 2001
From: Alexander Jaust <alexander.jaust@ipvs.uni-stuttgart.de>
Date: Fri, 24 Apr 2020 11:02:03 +0200
Subject: [PATCH] added missing definitions in CMakeLists.txt

---
 CMakeLists.txt                     | 1 +
 appl/coupling-ff-pm/CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb4208b..21548d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ dune_project()
 dune_enable_all_packages()
 
 add_subdirectory(appl)
+add_subdirectory(postprocessing)
 add_subdirectory(doc)
 add_subdirectory(dumux)
 add_subdirectory(cmake/modules)
diff --git a/appl/coupling-ff-pm/CMakeLists.txt b/appl/coupling-ff-pm/CMakeLists.txt
index c36488a..f6fd279 100644
--- a/appl/coupling-ff-pm/CMakeLists.txt
+++ b/appl/coupling-ff-pm/CMakeLists.txt
@@ -7,3 +7,4 @@ add_subdirectory(fvca-monolithic-reversed)
 add_subdirectory(iterative)
 add_subdirectory(iterative-reversed)
 add_subdirectory(iterative-reversed-mono-flux)
+add_subdirectory(iterative-reversed-mono-flux-no-precice)
-- 
GitLab