]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
add exXcoherentFileSet
[gdcm.git] / Example / CMakeLists.txt
index 4be063c8f8d2de735e7e068eea5d548c4389a11d..00f1c3ffa40352bab84e7c14cab3abb56a48212b 100644 (file)
@@ -16,8 +16,9 @@ SET(EXAMPLE_SOURCES
   exCurveData
   exExtractTag
   exSerieHelper
+  exXCoherentFileSet
   exExtractDicomTags
-              
+                
 #the following are utilities
   PrintDicomDir
   PrintFile
@@ -43,7 +44,7 @@ SET(EXAMPLE_SOURCES
 )
 
 FOREACH(name ${EXAMPLE_SOURCES})
-  ADD_EXECUTABLE(${name} ${name}.cxx)
+  ADD_EXECUTABLE(${name} ${name}.cxx )
   TARGET_LINK_LIBRARIES(${name} gdcm)
   INSTALL_TARGETS(/bin/ ${name})
 ENDFOREACH(name)