diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb4208b2405bdfe9c469b7844cceb231f61bda51..21548d71610f0573e99b478190bf71c1e601f5d3 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 c36488aab96744ecaabcfaf08c589786e9317c8c..f6fd279ddb4bdc3ff296ea85c9536eb0ba58ee20 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)