]> Creatis software - clitk.git/blobdiff - tools/CMakeLists.txt
Add cluster_tool scripts in install
[clitk.git] / tools / CMakeLists.txt
index a1c6bf38af0aed03788b1c38346bf05b02d23a8b..6d70fc3e80f0e65b3b9d672997c49b049d915e40 100644 (file)
@@ -26,6 +26,11 @@ ADD_LIBRARY(clitkMedianImageFilterLib clitkMedianImageGenericFilter.cxx ${clitkM
 
 #=========================================================
 IF (CLITK_BUILD_TOOLS)
+
+  #=========================================================
+  # install scripts
+  ADD_SUBDIRECTORY(${CLITK_SOURCE_DIR}/cluster_tools ${PROJECT_BINARY_DIR}/cluster_tools)
+
   WRAP_GGO(clitkDicomInfo_GGO_C clitkDicomInfo.ggo)
   ADD_EXECUTABLE(clitkDicomInfo clitkDicomInfo.cxx ${clitkDicomInfo_GGO_C})
   TARGET_LINK_LIBRARIES(clitkDicomInfo clitkCommon)