X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fbash%2FCMakeLists.txt;fp=appli%2Fbash%2FCMakeLists.txt;h=e375e7ab2f5d4b12682f2013a40070a4d971a513;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=0000000000000000000000000000000000000000;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/appli/bash/CMakeLists.txt b/appli/bash/CMakeLists.txt new file mode 100644 index 0000000..e375e7a --- /dev/null +++ b/appli/bash/CMakeLists.txt @@ -0,0 +1,34 @@ +## ========================================================================= +## @author Leonardo Florez-Valencia (florez-l@javeriana.edu.co) +## ========================================================================= + +cpPlugins_BuildExecutable( + cpPlugins_MOC + INSTALL + SOURCES MOC.cxx + INCLUDES ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib + LINKS ${Boost_LIBRARIES} cpPlugins_mstch + ) + +cpPlugins_BuildExecutable( + cpPlugins_HostCreator + INSTALL + SOURCES HostCreator.cxx + LINKS ${Boost_LIBRARIES} + ) + +cpPlugins_BuildExecutable( + cpPlugins_InteractivePipelineCreator + INSTALL + SOURCES InteractivePipelineCreator.cxx.d + LINKS cpPlugins_TinyCon cpPlugins + ) + +cpPlugins_BuildExecutable( + cpPlugins_ExecutePipeline + INSTALL + SOURCES ExecutePipeline.cxx + LINKS cpPlugins + ) + +## eof - $RCSfile$