From 9fe4ccf25ba2c4a1fab38e0112d284d5b85e7e76 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Mon, 10 Aug 2015 14:48:54 -0400 Subject: [PATCH] Added piston example to example/CmakeLIsts.txt --- example/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 4b21148a..d0d1a5aa 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,6 +1,7 @@ # Copy the examples to the install folder INSTALL_EXAMPLE( Bubble ) INSTALL_EXAMPLE( ConstrainedBubble ) +INSTALL_EXAMPLE( Piston ) INSTALL_EXAMPLE( Sph1896 ) # Create unit tests for each example