소스 검색

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

Steve Pieper 15 년 전
부모
커밋
0af5e71362
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  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"
 )
   
 #-----------------------------------------------------------------------------