Page MenuHomePhabricator

Create a cmake function for the creation of command line apps
Closed, ResolvedPublic

Description

Currently there is no approved standard way of creating a command line app. Instead mostly the code is copied from the Diffusion MiniApps.

We should standardize it by creating a CMake function providing a way to create a command line app.

Event Timeline

User goch has pushed new remote branch:

bug-19638-create-cmake-function-for-command-line-app

[7de67c]: Merge branch 'bug-19638-create-cmake-function-for-command-line-app'

Merged commits:

2016-04-05 18:24:16 Caspar Goch [5497fe]
Replace unstructured cmdApp creation with a dedicated cmake function


2016-04-05 17:07:36 Caspar Goch [758303]
Add std namespace to fix compile errors