]> Creatis software - cpPlugins.git/blob - appli/bash/CMakeLists.txt
...
[cpPlugins.git] / appli / bash / CMakeLists.txt
1 ## =========================================================================
2 ## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 ## =========================================================================
4
5 ## == List bash applications
6 set(_pfx cpPlugins_bash_)
7 set(_apps
8   CreateWin32Installer
9   )
10
11 ## == Compile them
12 foreach(_a ${_apps})
13   BuildApplication(
14     ${_pfx}${_a}
15     INSTALL
16     SOURCE ${_a}.cxx
17     )
18 endforeach(_a)
19
20 ## eof - $RCSfile$