Browse Source

Merge branch 'master' of github.com:pieper/CTK

Steve Pieper 15 years ago
parent
commit
0af5e71362
1 changed files with 15 additions and 0 deletions
  1. 15 0
      SuperBuild.cmake

+ 15 - 0
SuperBuild.cmake

@@ -98,6 +98,20 @@ ExternalProject_Add(${proj}
     CMAKE_ARGS
       ${ep_common_args}
     )
+
+#-----------------------------------------------------------------------------
+# Utilities/OpenIGTLink
+#
+SET(proj OpenIGTLink)
+ExternalProject_Add(${proj}
+    SVN_REPOSITORY "http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink"
+    INSTALL_COMMAND ""
+    CMAKE_GENERATOR ${gen}
+    SOURCE_DIR OpenIGTLink
+    CMAKE_ARGS
+      ${ep_common_args}
+    )
+    
     
 #-----------------------------------------------------------------------------
 # CTK Utilities
@@ -112,6 +126,7 @@ ExternalProject_Add(${proj}
     ${kwstyle_DEPENDS}
     ${DCMTK_DEPENDS}
     "ZMQ"
+    "OpenIGTLink"
 )
   
 #-----------------------------------------------------------------------------