]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
Update CMakeLists.txt
[gdcm.git] / Example / CMakeLists.txt
index eb1ed45230d4ff1f75edee631449f5b261b52a5c..20236d03ab31055d20685d097f6c03d0af41c260 100644 (file)
@@ -16,8 +16,9 @@ SET(EXAMPLE_SOURCES
   exCurveData
   exExtractTag
   exSerieHelper
+  exXCoherentFileSet
   exExtractDicomTags
-              
+                
 #the following are utilities
   PrintDicomDir
   PrintFile
@@ -35,17 +36,13 @@ SET(EXAMPLE_SOURCES
  
   FindTags
   FlatHashTablePrint
-  TestCopyDicom
-  TestChangeHeader
-  TestFromScratch
-  TestWrite
   Volume2Dicom
   WriteDicomSimple
   WriteRead
 )
 
 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)