]> Creatis software - gdcm.git/blobdiff - Example/CMakeLists.txt
ENH: Some minor enhance:
[gdcm.git] / Example / CMakeLists.txt
index 22ff98f0c90004a85cadf8dc9d5613c600dc12b4..58ec6c0a0b60444fa2834037446c84ed986ad9c9 100644 (file)
@@ -14,18 +14,20 @@ SET(EXAMPLE_SOURCES
   exColorToRGB
   exGC
   exImageLighten
+  exOverlaysACR
             
 #the following are utilities
   PrintDicomDir
   PrintDocument
   PrintFile
-  PrintHeader
   FindTags
   MakeDicomDir
   AnonymizeDicomDir # without loading it as a gdcm::DicomDir
 
 #the following will be transformed into 'examples', or 'utilities'
 #              or will be removed
+#
+# Better you don't use them (not fully checked ...)
  
   #test
   FlatHashTablePrint
@@ -42,5 +44,6 @@ SET(EXAMPLE_SOURCES
 FOREACH(name ${EXAMPLE_SOURCES})
   ADD_EXECUTABLE(${name} ${name}.cxx)
   TARGET_LINK_LIBRARIES(${name} gdcm)
+  INSTALL_TARGETS(/bin/ ${name})
 ENDFOREACH(name)