]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
* Remove obvious Example that don't pass on Windows
[gdcm.git] / Example / CMakeLists.txt
index ae92fe9dd358d5ebf1d816221bcf93515606a9d1..c482794b97aef3a922e7da7c2692eb78bcad8796 100644 (file)
@@ -17,7 +17,7 @@ SET(EXAMPLE_SOURCES
   exExtractTag
   exSerieHelper
   exExtractDicomTags
-              
+                
 #the following are utilities
   PrintDicomDir
   PrintFile
@@ -37,14 +37,13 @@ SET(EXAMPLE_SOURCES
   FlatHashTablePrint
   TestCopyDicom
   TestChangeHeader
-  TestFromScratch
   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)