From: maier Date: Sun, 14 Oct 2012 23:42:25 +0000 (+0000) Subject: Add a run target to the example X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9ba5a42d83d0cdf197da023b070e5709c72d49;p=dealii-svn.git Add a run target to the example git-svn-id: https://svn.dealii.org/branches/branch_cmake@27126 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-1/CMakeLists.txt b/deal.II/examples/step-1/CMakeLists.txt index 7b8de8c643..cb6eada965 100644 --- a/deal.II/examples/step-1/CMakeLists.txt +++ b/deal.II/examples/step-1/CMakeLists.txt @@ -14,3 +14,5 @@ ADD_EXECUTABLE(step-1 step-1.cc) DEAL_II_SETUP_TARGET(step-1) +ADD_CUSTOM_TARGET(run COMMAND step-1) +