]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
* Fix bug... sorry, too quick commit when correcting memory leaks
[gdcm.git] / Example / CMakeLists.txt
index eb1ed45230d4ff1f75edee631449f5b261b52a5c..0515c9675e27fab522c1366054d7ad9ae30f239d 100644 (file)
@@ -17,7 +17,9 @@ SET(EXAMPLE_SOURCES
   exExtractTag
   exSerieHelper
   exExtractDicomTags
-              
+  exPrintTime
+  exInline
+                
 #the following are utilities
   PrintDicomDir
   PrintFile
@@ -37,15 +39,13 @@ SET(EXAMPLE_SOURCES
   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)