]> Creatis software - cpPlugins.git/blob - appli/bash/CMakeLists.txt
Moved to version 1.0
[cpPlugins.git] / appli / bash / CMakeLists.txt
1 ## =========================================================================
2 ## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co)
3 ## =========================================================================
4
5 cpPlugins_BuildExecutable(
6   cpPlugins_MOC
7   INSTALL
8   SOURCES MOC.cxx
9   INCLUDES ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib
10   LINKS ${Boost_LIBRARIES} cpPlugins_mstch
11   )
12
13 cpPlugins_BuildExecutable(
14   cpPlugins_HostCreator
15   INSTALL
16   SOURCES HostCreator.cxx
17   LINKS ${Boost_LIBRARIES}
18   )
19
20 cpPlugins_BuildExecutable(
21   cpPlugins_InteractivePipelineCreator
22   INSTALL
23   SOURCES InteractivePipelineCreator.cxx.d
24   LINKS cpPlugins_TinyCon cpPlugins
25   )
26
27 cpPlugins_BuildExecutable(
28   cpPlugins_ExecutePipeline
29   INSTALL
30   SOURCES ExecutePipeline.cxx
31   LINKS cpPlugins
32   )
33
34 ## eof - $RCSfile$