From 4cbe6320876ac7d8d798d2ecfb22f07413efa237 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 20 Mar 2015 15:46:36 +0000
Subject: [PATCH] Build the remaining programs with cmake

[[Imported from SVN: r10095]]
---
 src/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 78c23531..c029adc8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,9 @@
 set(programs cosserat-continuum
-             harmonicmaps)
+             finite-strain-elasticity
+             harmonicmaps
+             mixed-cosserat-continuum
+             rod-eoc
+             rodobstacle)
 
 foreach(_program ${programs})
   add_executable(${_program} ${_program}.cc)
-- 
GitLab